Shades of Dark Slate Blue #392690
Tints of Dark Slate Blue #392690
RGB
CMYK
RGB Variations
Color information
#392690 (or 0x392690) is known color: Dark Slate Blue. HEX triplet: 39, 26 and 90. RGB value is (57,38,144). Sum of RGB (Red+Green+Blue) = 57+38+144=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 144 (56.64% from 255 or 60.25% from 239); Max value from RGB is 144 - color contains mainly: blue. Hex color #392690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392690 is #C6D96F. Grayscale: #373737. Windows color (decimal): -13031792 or 9446969. OLE color: 9446969.
HSL color Cylindrical-coordinate representation of color #392690: hue angle of 250.75º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #392690 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 38 | 144 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.44 |
| HSL | 250.75º | 0.58% | 0.36% | - |
| HSV(B) | 250.75º | 0.74% | 0.56% | - |
| XYZ | 7.41 | 4.27 | 26.82 | - |
| YUV | 55.77 | 177.79 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 38 | 144 | 0.60 | 0.74 | 0 | 0.44 | 250.75 | 0.58 | 0.36 |
| Hex | 39 | 26 | 90 | 3C | 4A | 0 | 2C | FB | 3A | 24 |
| Octal | 71 | 46 | 220 | 74 | 112 | 0 | 54 | 373 | 72 | 44 |
| Binary | 111001 | 100110 | 10010000 | 111100 | 1001010 | 0 | 101100 | 11111011 | 111010 | 100100 |
Color Harmonies of #392690
Complementary color
Monochromatic Colors of #392690
Black with #392690
Text Example
Text Example
White with #392690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392690; }
p { color: rgb(57,38,144); }
H1.HeaderClassName
{
color: #392690;
}
.AnyTagClassName
{
color: #392690;
}
</style>
background-color css
<style>
a { background-color: #392690; }
a { background-color: rgb(57,38,144); }
div.DivClassName
{
background-color: #392690;
}
.BgClassName
{
background-color: #392690;
}
</style>
border-color css
<style>
span { border-color: #392690; }
span { border-color: rgb(57,38,144); }
td.TdClassName
{
border-color: #392690;
}
.TagClassName
{
border-color: #392690;
}
</style>