Shades of Dark Slate Blue #39258C
Tints of Dark Slate Blue #39258C
RGB
CMYK
RGB Variations
Color information
#39258C (or 0x39258C) is known color: Dark Slate Blue. HEX triplet: 39, 25 and 8C. RGB value is (57,37,140). Sum of RGB (Red+Green+Blue) = 57+37+140=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 140 (55.08% from 255 or 59.83% from 234); Max value from RGB is 140 - color contains mainly: blue. Hex color #39258C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39258C is #C6DA73. Grayscale: #363636. Windows color (decimal): -13032052 or 9184569. OLE color: 9184569.
HSL color Cylindrical-coordinate representation of color #39258C: hue angle of 251.65º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39258C is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 37 | 140 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.45 |
| HSL | 251.65º | 0.58% | 0.35% | - |
| HSV(B) | 251.65º | 0.74% | 0.55% | - |
| XYZ | 7.08 | 4.09 | 25.23 | - |
| YUV | 54.72 | 176.13 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 37 | 140 | 0.59 | 0.74 | 0 | 0.45 | 251.65 | 0.58 | 0.35 |
| Hex | 39 | 25 | 8C | 3B | 4A | 0 | 2D | FC | 3A | 23 |
| Octal | 71 | 45 | 214 | 73 | 112 | 0 | 55 | 374 | 72 | 43 |
| Binary | 111001 | 100101 | 10001100 | 111011 | 1001010 | 0 | 101101 | 11111100 | 111010 | 100011 |
Color Harmonies of #39258C
Complementary color
Monochromatic Colors of #39258C
Black with #39258C
Text Example
Text Example
White with #39258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39258C; }
p { color: rgb(57,37,140); }
H1.HeaderClassName
{
color: #39258C;
}
.AnyTagClassName
{
color: #39258C;
}
</style>
background-color css
<style>
a { background-color: #39258C; }
a { background-color: rgb(57,37,140); }
div.DivClassName
{
background-color: #39258C;
}
.BgClassName
{
background-color: #39258C;
}
</style>
border-color css
<style>
span { border-color: #39258C; }
span { border-color: rgb(57,37,140); }
td.TdClassName
{
border-color: #39258C;
}
.TagClassName
{
border-color: #39258C;
}
</style>