#3A0FB6
A dark, vivid purple closely aligning with Darkblue.
About #3A0FB6
At its core, #3A0FB6 is a dark and vivid hue. It is closely associated with the named CSS color Darkblue. In the RGB color space, it consists of 58 red, 15 green, and 182 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 68% cyan, 92% magenta, 0% yellow, and 29% black. With a hue angle of 255.4 degrees, it sits comfortably in the purple 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A0FB6
RGB58, 15, 182
HSL255.4°, 84.8%, 38.6%
CMYK68%, 92%, 0%, 29%
HSV255.4°, 91.8%, 71.4%
LAB25.6, 59.4, -76.8
XYZ10.4, 4.6, 44.6
Decimal3805110
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.92:1
Text on #FFFFFF
AAA
1.92:1
Text on #000000
FAIL
10.43:1
Text on #F8FAFC
AAA
1.64:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A0FB6;
}
.text-color {
color: #3A0FB6;
}
.border-color {
border: 2px solid #3A0FB6;
}