Shades of Dark Slate Blue #393190
Tints of Dark Slate Blue #393190
RGB
CMYK
RGB Variations
Color information
#393190 (or 0x393190) is known color: Dark Slate Blue. HEX triplet: 39, 31 and 90. RGB value is (57,49,144). Sum of RGB (Red+Green+Blue) = 57+49+144=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #393190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393190 is #C6CE6F. Grayscale: #3D3D3D. Windows color (decimal): -13028976 or 9449785. OLE color: 9449785.
HSL color Cylindrical-coordinate representation of color #393190: hue angle of 245.05º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #393190 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 49 | 144 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.44 |
| HSL | 245.05º | 0.49% | 0.38% | - |
| HSV(B) | 245.05º | 0.66% | 0.56% | - |
| XYZ | 7.82 | 5.08 | 26.95 | - |
| YUV | 62.22 | 174.15 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 49 | 144 | 0.60 | 0.66 | 0 | 0.44 | 245.05 | 0.49 | 0.38 |
| Hex | 39 | 31 | 90 | 3C | 42 | 0 | 2C | F5 | 31 | 26 |
| Octal | 71 | 61 | 220 | 74 | 102 | 0 | 54 | 365 | 61 | 46 |
| Binary | 111001 | 110001 | 10010000 | 111100 | 1000010 | 0 | 101100 | 11110101 | 110001 | 100110 |
Color Harmonies of #393190
Complementary color
Monochromatic Colors of #393190
Black with #393190
Text Example
Text Example
White with #393190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393190; }
p { color: rgb(57,49,144); }
H1.HeaderClassName
{
color: #393190;
}
.AnyTagClassName
{
color: #393190;
}
</style>
background-color css
<style>
a { background-color: #393190; }
a { background-color: rgb(57,49,144); }
div.DivClassName
{
background-color: #393190;
}
.BgClassName
{
background-color: #393190;
}
</style>
border-color css
<style>
span { border-color: #393190; }
span { border-color: rgb(57,49,144); }
td.TdClassName
{
border-color: #393190;
}
.TagClassName
{
border-color: #393190;
}
</style>