Shades of Dark Slate Blue #392C99
Tints of Dark Slate Blue #392C99
RGB
CMYK
RGB Variations
Color information
#392C99 (or 0x392C99) is known color: Dark Slate Blue. HEX triplet: 39, 2C and 99. RGB value is (57,44,153). Sum of RGB (Red+Green+Blue) = 57+44+153=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #392C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392C99 is #C6D366. Grayscale: #3B3B3B. Windows color (decimal): -13030247 or 10038329. OLE color: 10038329.
HSL color Cylindrical-coordinate representation of color #392C99: hue angle of 247.16º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #392C99 is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 44 | 153 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.4 |
| HSL | 247.16º | 0.55% | 0.39% | - |
| HSV(B) | 247.16º | 0.71% | 0.6% | - |
| XYZ | 8.34 | 4.97 | 30.66 | - |
| YUV | 60.31 | 180.31 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 44 | 153 | 0.63 | 0.71 | 0 | 0.4 | 247.16 | 0.55 | 0.39 |
| Hex | 39 | 2C | 99 | 3F | 47 | 0 | 28 | F7 | 37 | 27 |
| Octal | 71 | 54 | 231 | 77 | 107 | 0 | 50 | 367 | 67 | 47 |
| Binary | 111001 | 101100 | 10011001 | 111111 | 1000111 | 0 | 101000 | 11110111 | 110111 | 100111 |
Color Harmonies of #392C99
Complementary color
Monochromatic Colors of #392C99
Black with #392C99
Text Example
Text Example
White with #392C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392C99; }
p { color: rgb(57,44,153); }
H1.HeaderClassName
{
color: #392C99;
}
.AnyTagClassName
{
color: #392C99;
}
</style>
background-color css
<style>
a { background-color: #392C99; }
a { background-color: rgb(57,44,153); }
div.DivClassName
{
background-color: #392C99;
}
.BgClassName
{
background-color: #392C99;
}
</style>
border-color css
<style>
span { border-color: #392C99; }
span { border-color: rgb(57,44,153); }
td.TdClassName
{
border-color: #392C99;
}
.TagClassName
{
border-color: #392C99;
}
</style>