#3A1DDB
A medium, vivid blue closely aligning with Mediumblue.
About #3A1DDB
When working with digital screens, the color #3A1DDB is rendered by mixing light. Its closest recognized web color is Mediumblue. This translates to an RGB value of rgb(58, 29, 219).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 74% Cyan, 87% Magenta, 0% Yellow, and 14% Black. The HSL representation is 249.2° hue, 76.6% saturation, and 48.6% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3A1DDB
RGB58, 29, 219
HSL249.2°, 76.6%, 48.6%
CMYK74%, 87%, 0%, 14%
HSV249.2°, 86.8%, 85.9%
LAB31.6, 65.0, -88.6
XYZ15.0, 6.9, 67.6
Decimal3808731
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.83:1
Text on #FFFFFF
AAA
2.38:1
Text on #000000
FAIL
8.44:1
Text on #F8FAFC
AAA
2.02:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A1DDB;
}
.text-color {
color: #3A1DDB;
}
.border-color {
border: 2px solid #3A1DDB;
}