Shades of Dark Slate Blue #393890
Tints of Dark Slate Blue #393890
RGB
CMYK
RGB Variations
Color information
#393890 (or 0x393890) is known color: Dark Slate Blue. HEX triplet: 39, 38 and 90. RGB value is (57,56,144). Sum of RGB (Red+Green+Blue) = 57+56+144=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #393890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393890 is #C6C76F. Grayscale: #414141. Windows color (decimal): -13027184 or 9451577. OLE color: 9451577.
HSL color Cylindrical-coordinate representation of color #393890: hue angle of 240.68º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #393890 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 56 | 144 | - |
| CMYK | 0.60 | 0.61 | 0 | 0.44 |
| HSL | 240.68º | 0.44% | 0.39% | - |
| HSV(B) | 240.68º | 0.61% | 0.56% | - |
| XYZ | 8.14 | 5.71 | 27.06 | - |
| YUV | 66.33 | 171.83 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 56 | 144 | 0.60 | 0.61 | 0 | 0.44 | 240.68 | 0.44 | 0.39 |
| Hex | 39 | 38 | 90 | 3C | 3D | 0 | 2C | F1 | 2C | 27 |
| Octal | 71 | 70 | 220 | 74 | 75 | 0 | 54 | 361 | 54 | 47 |
| Binary | 111001 | 111000 | 10010000 | 111100 | 111101 | 0 | 101100 | 11110001 | 101100 | 100111 |
Color Harmonies of #393890
Complementary color
Monochromatic Colors of #393890
Black with #393890
Text Example
Text Example
White with #393890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393890; }
p { color: rgb(57,56,144); }
H1.HeaderClassName
{
color: #393890;
}
.AnyTagClassName
{
color: #393890;
}
</style>
background-color css
<style>
a { background-color: #393890; }
a { background-color: rgb(57,56,144); }
div.DivClassName
{
background-color: #393890;
}
.BgClassName
{
background-color: #393890;
}
</style>
border-color css
<style>
span { border-color: #393890; }
span { border-color: rgb(57,56,144); }
td.TdClassName
{
border-color: #393890;
}
.TagClassName
{
border-color: #393890;
}
</style>