Shades of Dark Slate Blue #3E3181
Tints of Dark Slate Blue #3E3181
RGB
CMYK
RGB Variations
Color information
#3E3181 (or 0x3E3181) is known color: Dark Slate Blue. HEX triplet: 3E, 31 and 81. RGB value is (62,49,129). Sum of RGB (Red+Green+Blue) = 62+49+129=240 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.83% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 129 (50.78% from 255 or 53.75% from 240); Max value from RGB is 129 - color contains mainly: blue. Hex color #3E3181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3181 is #C1CE7E. Grayscale: #3D3D3D. Windows color (decimal): -12701311 or 8466750. OLE color: 8466750.
HSL color Cylindrical-coordinate representation of color #3E3181: hue angle of 249.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3E3181 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 49 | 129 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.49 |
| HSL | 249.75º | 0.45% | 0.35% | - |
| HSV(B) | 249.75º | 0.62% | 0.51% | - |
| XYZ | 7.05 | 4.81 | 21.33 | - |
| YUV | 62.01 | 165.81 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 49 | 129 | 0.52 | 0.62 | 0 | 0.49 | 249.75 | 0.45 | 0.35 |
| Hex | 3E | 31 | 81 | 34 | 3E | 0 | 31 | FA | 2D | 23 |
| Octal | 76 | 61 | 201 | 64 | 76 | 0 | 61 | 372 | 55 | 43 |
| Binary | 111110 | 110001 | 10000001 | 110100 | 111110 | 0 | 110001 | 11111010 | 101101 | 100011 |
Color Harmonies of #3E3181
Complementary color
Monochromatic Colors of #3E3181
Black with #3E3181
Text Example
Text Example
White with #3E3181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3181; }
p { color: rgb(62,49,129); }
H1.HeaderClassName
{
color: #3E3181;
}
.AnyTagClassName
{
color: #3E3181;
}
</style>
background-color css
<style>
a { background-color: #3E3181; }
a { background-color: rgb(62,49,129); }
div.DivClassName
{
background-color: #3E3181;
}
.BgClassName
{
background-color: #3E3181;
}
</style>
border-color css
<style>
span { border-color: #3E3181; }
span { border-color: rgb(62,49,129); }
td.TdClassName
{
border-color: #3E3181;
}
.TagClassName
{
border-color: #3E3181;
}
</style>