#3A076D
A dark, vivid purple closely aligning with Midnightblue.
About #3A076D
When working with digital screens, the color #3A076D is rendered by mixing light. Its closest recognized web color is Midnightblue. In the RGB color space, it consists of 58 red, 7 green, and 109 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 47% cyan and 94% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A076D
RGB58, 7, 109
HSL270.0°, 87.9%, 22.7%
CMYK47%, 94%, 0%, 57%
HSV270.0°, 93.6%, 42.7%
LAB16.3, 42.8, -46.8
XYZ4.6, 2.2, 14.6
Decimal3802989
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.67:1
Text on #FFFFFF
AAA
1.43:1
Text on #000000
FAIL
14.02:1
Text on #F8FAFC
AAA
1.22:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A076D;
}
.text-color {
color: #3A076D;
}
.border-color {
border: 2px solid #3A076D;
}