Shades of Dark Slate Blue #39409A
Tints of Dark Slate Blue #39409A
RGB
CMYK
RGB Variations
Color information
#39409A (or 0x39409A) is known color: Dark Slate Blue. HEX triplet: 39, 40 and 9A. RGB value is (57,64,154). Sum of RGB (Red+Green+Blue) = 57+64+154=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 154 (60.55% from 255 or 56% from 275); Max value from RGB is 154 - color contains mainly: blue. Hex color #39409A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39409A is #C6BF65. Grayscale: #474747. Windows color (decimal): -13025126 or 10108985. OLE color: 10108985.
HSL color Cylindrical-coordinate representation of color #39409A: hue angle of 235.67º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39409A is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 64 | 154 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.40 |
| HSL | 235.67º | 0.46% | 0.41% | - |
| HSV(B) | 235.67º | 0.63% | 0.6% | - |
| XYZ | 9.35 | 6.87 | 31.4 | - |
| YUV | 72.17 | 174.18 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 64 | 154 | 0.63 | 0.58 | 0 | 0.40 | 235.67 | 0.46 | 0.41 |
| Hex | 39 | 40 | 9A | 3F | 3A | 0 | 28 | EC | 2E | 29 |
| Octal | 71 | 100 | 232 | 77 | 72 | 0 | 50 | 354 | 56 | 51 |
| Binary | 111001 | 1000000 | 10011010 | 111111 | 111010 | 0 | 101000 | 11101100 | 101110 | 101001 |
Color Harmonies of #39409A
Complementary color
Monochromatic Colors of #39409A
Black with #39409A
Text Example
Text Example
White with #39409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39409A; }
p { color: rgb(57,64,154); }
H1.HeaderClassName
{
color: #39409A;
}
.AnyTagClassName
{
color: #39409A;
}
</style>
background-color css
<style>
a { background-color: #39409A; }
a { background-color: rgb(57,64,154); }
div.DivClassName
{
background-color: #39409A;
}
.BgClassName
{
background-color: #39409A;
}
</style>
border-color css
<style>
span { border-color: #39409A; }
span { border-color: rgb(57,64,154); }
td.TdClassName
{
border-color: #39409A;
}
.TagClassName
{
border-color: #39409A;
}
</style>