#3307AF
A dark, vivid purple closely aligning with Darkblue.
About #3307AF
The hex code #3307AF represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Darkblue. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 7, and 175.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 71% C, 96% M, 0% Y, and 31% K. With a hue angle of 255.7 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#3307AF
RGB51, 7, 175
HSL255.7°, 92.3%, 35.7%
CMYK71%, 96%, 0%, 31%
HSV255.7°, 96.0%, 68.6%
LAB23.5, 59.1, -76.1
XYZ9.2, 4.0, 40.8
Decimal3344303
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.73:1
Text on #FFFFFF
AAA
1.79:1
Text on #000000
FAIL
11.21:1
Text on #F8FAFC
AAA
1.52:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3307AF;
}
.text-color {
color: #3307AF;
}
.border-color {
border: 2px solid #3307AF;
}