Shades of Dark Slate Blue #392892
Tints of Dark Slate Blue #392892
RGB
CMYK
RGB Variations
Color information
#392892 (or 0x392892) is known color: Dark Slate Blue. HEX triplet: 39, 28 and 92. RGB value is (57,40,146). Sum of RGB (Red+Green+Blue) = 57+40+146=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 146 (57.42% from 255 or 60.08% from 243); Max value from RGB is 146 - color contains mainly: blue. Hex color #392892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392892 is #C6D76D. Grayscale: #383838. Windows color (decimal): -13031278 or 9578553. OLE color: 9578553.
HSL color Cylindrical-coordinate representation of color #392892: hue angle of 249.62º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #392892 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 40 | 146 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.43 |
| HSL | 249.62º | 0.57% | 0.36% | - |
| HSV(B) | 249.62º | 0.73% | 0.57% | - |
| XYZ | 7.63 | 4.46 | 27.65 | - |
| YUV | 57.17 | 178.13 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 40 | 146 | 0.61 | 0.73 | 0 | 0.43 | 249.62 | 0.57 | 0.36 |
| Hex | 39 | 28 | 92 | 3D | 49 | 0 | 2B | FA | 39 | 24 |
| Octal | 71 | 50 | 222 | 75 | 111 | 0 | 53 | 372 | 71 | 44 |
| Binary | 111001 | 101000 | 10010010 | 111101 | 1001001 | 0 | 101011 | 11111010 | 111001 | 100100 |
Color Harmonies of #392892
Complementary color
Monochromatic Colors of #392892
Black with #392892
Text Example
Text Example
White with #392892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392892; }
p { color: rgb(57,40,146); }
H1.HeaderClassName
{
color: #392892;
}
.AnyTagClassName
{
color: #392892;
}
</style>
background-color css
<style>
a { background-color: #392892; }
a { background-color: rgb(57,40,146); }
div.DivClassName
{
background-color: #392892;
}
.BgClassName
{
background-color: #392892;
}
</style>
border-color css
<style>
span { border-color: #392892; }
span { border-color: rgb(57,40,146); }
td.TdClassName
{
border-color: #392892;
}
.TagClassName
{
border-color: #392892;
}
</style>