Shades of Dark Slate Blue #392897
Tints of Dark Slate Blue #392897
RGB
CMYK
RGB Variations
Color information
#392897 (or 0x392897) is known color: Dark Slate Blue. HEX triplet: 39, 28 and 97. RGB value is (57,40,151). Sum of RGB (Red+Green+Blue) = 57+40+151=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 151 (59.38% from 255 or 60.89% from 248); Max value from RGB is 151 - color contains mainly: blue. Hex color #392897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392897 is #C6D768. Grayscale: #393939. Windows color (decimal): -13031273 or 9906233. OLE color: 9906233.
HSL color Cylindrical-coordinate representation of color #392897: hue angle of 249.19º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #392897 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 57 | 40 | 151 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.41 |
| HSL | 249.19º | 0.58% | 0.37% | - |
| HSV(B) | 249.19º | 0.74% | 0.59% | - |
| XYZ | 8.03 | 4.62 | 29.75 | - |
| YUV | 57.74 | 180.63 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 40 | 151 | 0.62 | 0.74 | 0 | 0.41 | 249.19 | 0.58 | 0.37 |
| Hex | 39 | 28 | 97 | 3E | 4A | 0 | 29 | F9 | 3A | 25 |
| Octal | 71 | 50 | 227 | 76 | 112 | 0 | 51 | 371 | 72 | 45 |
| Binary | 111001 | 101000 | 10010111 | 111110 | 1001010 | 0 | 101001 | 11111001 | 111010 | 100101 |
Color Harmonies of #392897
Complementary color
Monochromatic Colors of #392897
Black with #392897
Text Example
Text Example
White with #392897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392897; }
p { color: rgb(57,40,151); }
H1.HeaderClassName
{
color: #392897;
}
.AnyTagClassName
{
color: #392897;
}
</style>
background-color css
<style>
a { background-color: #392897; }
a { background-color: rgb(57,40,151); }
div.DivClassName
{
background-color: #392897;
}
.BgClassName
{
background-color: #392897;
}
</style>
border-color css
<style>
span { border-color: #392897; }
span { border-color: rgb(57,40,151); }
td.TdClassName
{
border-color: #392897;
}
.TagClassName
{
border-color: #392897;
}
</style>