Shades of Dark Slate Blue #392C84
Tints of Dark Slate Blue #392C84
RGB
CMYK
RGB Variations
Color information
#392C84 (or 0x392C84) is known color: Dark Slate Blue. HEX triplet: 39, 2C and 84. RGB value is (57,44,132). Sum of RGB (Red+Green+Blue) = 57+44+132=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 132 (51.95% from 255 or 56.65% from 233); Max value from RGB is 132 - color contains mainly: blue. Hex color #392C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392C84 is #C6D37B. Grayscale: #393939. Windows color (decimal): -13030268 or 8662073. OLE color: 8662073.
HSL color Cylindrical-coordinate representation of color #392C84: hue angle of 248.86º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #392C84 is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 44 | 132 | - |
| CMYK | 0.57 | 0.67 | 0 | 0.48 |
| HSL | 248.86º | 0.5% | 0.35% | - |
| HSV(B) | 248.86º | 0.67% | 0.52% | - |
| XYZ | 6.75 | 4.34 | 22.31 | - |
| YUV | 57.92 | 169.81 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 44 | 132 | 0.57 | 0.67 | 0 | 0.48 | 248.86 | 0.5 | 0.35 |
| Hex | 39 | 2C | 84 | 39 | 43 | 0 | 30 | F9 | 32 | 23 |
| Octal | 71 | 54 | 204 | 71 | 103 | 0 | 60 | 371 | 62 | 43 |
| Binary | 111001 | 101100 | 10000100 | 111001 | 1000011 | 0 | 110000 | 11111001 | 110010 | 100011 |
Color Harmonies of #392C84
Complementary color
Monochromatic Colors of #392C84
Black with #392C84
Text Example
Text Example
White with #392C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392C84; }
p { color: rgb(57,44,132); }
H1.HeaderClassName
{
color: #392C84;
}
.AnyTagClassName
{
color: #392C84;
}
</style>
background-color css
<style>
a { background-color: #392C84; }
a { background-color: rgb(57,44,132); }
div.DivClassName
{
background-color: #392C84;
}
.BgClassName
{
background-color: #392C84;
}
</style>
border-color css
<style>
span { border-color: #392C84; }
span { border-color: rgb(57,44,132); }
td.TdClassName
{
border-color: #392C84;
}
.TagClassName
{
border-color: #392C84;
}
</style>