#422C83
A dark, moderate purple closely aligning with Darkslateblue.
About #422C83
Visually, #422C83 is defined as a moderate purple. Its closest recognized web color is Darkslateblue. This translates to an RGB value of rgb(66, 44, 131).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 50% cyan and 66% magenta inks. With a hue angle of 255.2 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#422C83
RGB66, 44, 131
HSL255.2°, 49.7%, 34.3%
CMYK50%, 66%, 0%, 49%
HSV255.2°, 66.4%, 51.4%
LAB25.6, 32.9, -45.7
XYZ7.2, 4.6, 22.0
Decimal4336771
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.94:1
Text on #FFFFFF
AAA
1.92:1
Text on #000000
FAIL
10.46:1
Text on #F8FAFC
AAA
1.63:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #422C83;
}
.text-color {
color: #422C83;
}
.border-color {
border: 2px solid #422C83;
}