#422CB6
A medium, moderate blue closely aligning with Darkblue.
About #422CB6
Visually, #422CB6 is defined as a moderate blue. It is closely associated with the named CSS color Darkblue. In the RGB color space, it consists of 66 red, 44 green, and 182 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 64% cyan, 76% magenta, 0% yellow, and 29% black. With a hue angle of 249.6 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. 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#422CB6
RGB66, 44, 182
HSL249.6°, 61.1%, 44.3%
CMYK64%, 76%, 0%, 29%
HSV249.6°, 75.8%, 71.4%
LAB30.2, 48.6, -69.1
XYZ11.6, 6.3, 44.9
Decimal4336822
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.26:1
Text on #FFFFFF
AAA
2.27:1
Text on #000000
FAIL
8.85:1
Text on #F8FAFC
AAA
1.93:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #422CB6;
}
.text-color {
color: #422CB6;
}
.border-color {
border: 2px solid #422CB6;
}