#3A07AF
A dark, vivid purple closely aligning with Darkblue.
About #3A07AF
At its core, #3A07AF is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkblue. In the RGB color space, it consists of 58 red, 7 green, and 175 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 67% C, 96% M, 0% Y, and 31% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A07AF
RGB58, 7, 175
HSL258.2°, 92.3%, 35.7%
CMYK67%, 96%, 0%, 31%
HSV258.2°, 96.0%, 68.6%
LAB24.2, 59.5, -75.0
XYZ9.6, 4.1, 40.9
Decimal3803055
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.48:1
Text on #FFFFFF
AAA
1.83:1
Text on #000000
FAIL
10.97:1
Text on #F8FAFC
AAA
1.56:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A07AF;
}
.text-color {
color: #3A07AF;
}
.border-color {
border: 2px solid #3A07AF;
}