Shades of Dark Slate Blue #3E3399
Tints of Dark Slate Blue #3E3399
RGB
CMYK
RGB Variations
Color information
#3E3399 (or 0x3E3399) is known color: Dark Slate Blue. HEX triplet: 3E, 33 and 99. RGB value is (62,51,153). Sum of RGB (Red+Green+Blue) = 62+51+153=266 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.31% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #3E3399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3399 is #C1CC66. Grayscale: #414141. Windows color (decimal): -12700775 or 10040126. OLE color: 10040126.
HSL color Cylindrical-coordinate representation of color #3E3399: hue angle of 246.47º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E3399 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 62 | 51 | 153 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.4 |
| HSL | 246.47º | 0.5% | 0.4% | - |
| HSV(B) | 246.47º | 0.67% | 0.6% | - |
| XYZ | 8.92 | 5.69 | 30.77 | - |
| YUV | 65.92 | 177.14 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 153 | 0.59 | 0.67 | 0 | 0.4 | 246.47 | 0.5 | 0.4 |
| Hex | 3E | 33 | 99 | 3B | 43 | 0 | 28 | F6 | 32 | 28 |
| Octal | 76 | 63 | 231 | 73 | 103 | 0 | 50 | 366 | 62 | 50 |
| Binary | 111110 | 110011 | 10011001 | 111011 | 1000011 | 0 | 101000 | 11110110 | 110010 | 101000 |
Color Harmonies of #3E3399
Complementary color
Monochromatic Colors of #3E3399
Black with #3E3399
Text Example
Text Example
White with #3E3399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3399; }
p { color: rgb(62,51,153); }
H1.HeaderClassName
{
color: #3E3399;
}
.AnyTagClassName
{
color: #3E3399;
}
</style>
background-color css
<style>
a { background-color: #3E3399; }
a { background-color: rgb(62,51,153); }
div.DivClassName
{
background-color: #3E3399;
}
.BgClassName
{
background-color: #3E3399;
}
</style>
border-color css
<style>
span { border-color: #3E3399; }
span { border-color: rgb(62,51,153); }
td.TdClassName
{
border-color: #3E3399;
}
.TagClassName
{
border-color: #3E3399;
}
</style>