Shades of Dark Slate Blue #392894
Tints of Dark Slate Blue #392894
RGB
CMYK
RGB Variations
Color information
#392894 (or 0x392894) is known color: Dark Slate Blue. HEX triplet: 39, 28 and 94. RGB value is (57,40,148). Sum of RGB (Red+Green+Blue) = 57+40+148=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 148 (58.20% from 255 or 60.41% from 245); Max value from RGB is 148 - color contains mainly: blue. Hex color #392894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392894 is #C6D76B. Grayscale: #383838. Windows color (decimal): -13031276 or 9709625. OLE color: 9709625.
HSL color Cylindrical-coordinate representation of color #392894: hue angle of 249.44º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #392894 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 40 | 148 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.42 |
| HSL | 249.44º | 0.57% | 0.37% | - |
| HSV(B) | 249.44º | 0.73% | 0.58% | - |
| XYZ | 7.79 | 4.53 | 28.48 | - |
| YUV | 57.4 | 179.13 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 40 | 148 | 0.61 | 0.73 | 0 | 0.42 | 249.44 | 0.57 | 0.37 |
| Hex | 39 | 28 | 94 | 3D | 49 | 0 | 2A | F9 | 39 | 25 |
| Octal | 71 | 50 | 224 | 75 | 111 | 0 | 52 | 371 | 71 | 45 |
| Binary | 111001 | 101000 | 10010100 | 111101 | 1001001 | 0 | 101010 | 11111001 | 111001 | 100101 |
Color Harmonies of #392894
Complementary color
Monochromatic Colors of #392894
Black with #392894
Text Example
Text Example
White with #392894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392894; }
p { color: rgb(57,40,148); }
H1.HeaderClassName
{
color: #392894;
}
.AnyTagClassName
{
color: #392894;
}
</style>
background-color css
<style>
a { background-color: #392894; }
a { background-color: rgb(57,40,148); }
div.DivClassName
{
background-color: #392894;
}
.BgClassName
{
background-color: #392894;
}
</style>
border-color css
<style>
span { border-color: #392894; }
span { border-color: rgb(57,40,148); }
td.TdClassName
{
border-color: #392894;
}
.TagClassName
{
border-color: #392894;
}
</style>