#4224A0
A dark, moderate blue closely aligning with Indigo.
About #4224A0
At its core, #4224A0 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Indigo. This translates to an RGB value of rgb(66, 36, 160).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 59% C, 78% M, 0% Y, and 37% K. With a hue angle of 254.5 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#4224A0
RGB66, 36, 160
HSL254.5°, 63.3%, 38.4%
CMYK59%, 78%, 0%, 37%
HSV254.5°, 77.5%, 62.7%
LAB26.6, 46.1, -61.9
XYZ9.2, 5.0, 33.7
Decimal4334752
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.54:1
Text on #FFFFFF
AAA
1.99:1
Text on #000000
FAIL
10.08:1
Text on #F8FAFC
AAA
1.69:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #4224A0;
}
.text-color {
color: #4224A0;
}
.border-color {
border: 2px solid #4224A0;
}