#49336D
A dark, moderate purple closely aligning with Darkslateblue.
About #49336D
The precise color #49336D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkslateblue. This translates to an RGB value of rgb(73, 51, 109).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 33% cyan and 53% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#49336D
RGB73, 51, 109
HSL262.8°, 36.2%, 31.4%
CMYK33%, 53%, 0%, 57%
HSV262.8°, 53.2%, 42.7%
LAB26.4, 23.6, -30.3
XYZ6.7, 4.9, 15.1
Decimal4797293
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.62:1
Text on #FFFFFF
AAA
1.98:1
Text on #000000
FAIL
10.15:1
Text on #F8FAFC
AAA
1.68:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #49336D;
}
.text-color {
color: #49336D;
}
.border-color {
border: 2px solid #49336D;
}