Shades of Dark Slate Blue #392C8C
Tints of Dark Slate Blue #392C8C
RGB
CMYK
RGB Variations
Color information
#392C8C (or 0x392C8C) is known color: Dark Slate Blue. HEX triplet: 39, 2C and 8C. RGB value is (57,44,140). Sum of RGB (Red+Green+Blue) = 57+44+140=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 140 (55.08% from 255 or 58.09% from 241); Max value from RGB is 140 - color contains mainly: blue. Hex color #392C8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392C8C is #C6D373. Grayscale: #3A3A3A. Windows color (decimal): -13030260 or 9186361. OLE color: 9186361.
HSL color Cylindrical-coordinate representation of color #392C8C: hue angle of 248.12º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #392C8C is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 44 | 140 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.45 |
| HSL | 248.13º | 0.52% | 0.36% | - |
| HSV(B) | 248.13º | 0.69% | 0.55% | - |
| XYZ | 7.32 | 4.56 | 25.31 | - |
| YUV | 58.83 | 173.81 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 44 | 140 | 0.59 | 0.69 | 0 | 0.45 | 248.13 | 0.52 | 0.36 |
| Hex | 39 | 2C | 8C | 3B | 45 | 0 | 2D | F8 | 34 | 24 |
| Octal | 71 | 54 | 214 | 73 | 105 | 0 | 55 | 370 | 64 | 44 |
| Binary | 111001 | 101100 | 10001100 | 111011 | 1000101 | 0 | 101101 | 11111000 | 110100 | 100100 |
Color Harmonies of #392C8C
Complementary color
Monochromatic Colors of #392C8C
Black with #392C8C
Text Example
Text Example
White with #392C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392C8C; }
p { color: rgb(57,44,140); }
H1.HeaderClassName
{
color: #392C8C;
}
.AnyTagClassName
{
color: #392C8C;
}
</style>
background-color css
<style>
a { background-color: #392C8C; }
a { background-color: rgb(57,44,140); }
div.DivClassName
{
background-color: #392C8C;
}
.BgClassName
{
background-color: #392C8C;
}
</style>
border-color css
<style>
span { border-color: #392C8C; }
span { border-color: rgb(57,44,140); }
td.TdClassName
{
border-color: #392C8C;
}
.TagClassName
{
border-color: #392C8C;
}
</style>