#3A07BD
A dark, vivid purple closely aligning with Mediumblue.
About #3A07BD
At its core, #3A07BD is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 7, and 189.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 69% cyan and 96% magenta inks. The HSL representation is 256.8° hue, 92.9% saturation, and 38.4% lightness.
When using this color as a background, text legibility must be considered. 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#3A07BD
RGB58, 7, 189
HSL256.8°, 92.9%, 38.4%
CMYK69%, 96%, 0%, 26%
HSV256.8°, 96.3%, 74.1%
LAB25.9, 62.9, -80.4
XYZ11.0, 4.7, 48.5
Decimal3803069
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.80:1
Text on #FFFFFF
AAA
1.95:1
Text on #000000
FAIL
10.32:1
Text on #F8FAFC
AAA
1.65:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A07BD;
}
.text-color {
color: #3A07BD;
}
.border-color {
border: 2px solid #3A07BD;
}