Shades of Dark Slate Blue #32279E
Tints of Dark Slate Blue #32279E
RGB
CMYK
RGB Variations
Color information
#32279E (or 0x32279E) is known color: Dark Slate Blue. HEX triplet: 32, 27 and 9E. RGB value is (50,39,158). Sum of RGB (Red+Green+Blue) = 50+39+158=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 158 (62.11% from 255 or 63.97% from 247); Max value from RGB is 158 - color contains mainly: blue. Hex color #32279E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32279E is #CDD861. Grayscale: #373737. Windows color (decimal): -13490274 or 10364722. OLE color: 10364722.
HSL color Cylindrical-coordinate representation of color #32279E: hue angle of 245.55º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32279E is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 39 | 158 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.38 |
| HSL | 245.55º | 0.6% | 0.39% | - |
| HSV(B) | 245.55º | 0.75% | 0.62% | - |
| XYZ | 8.21 | 4.6 | 32.8 | - |
| YUV | 55.86 | 185.64 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 39 | 158 | 0.68 | 0.75 | 0 | 0.38 | 245.55 | 0.6 | 0.39 |
| Hex | 32 | 27 | 9E | 44 | 4B | 0 | 26 | F6 | 3C | 27 |
| Octal | 62 | 47 | 236 | 104 | 113 | 0 | 46 | 366 | 74 | 47 |
| Binary | 110010 | 100111 | 10011110 | 1000100 | 1001011 | 0 | 100110 | 11110110 | 111100 | 100111 |
Color Harmonies of #32279E
Complementary color
Monochromatic Colors of #32279E
Black with #32279E
Text Example
Text Example
White with #32279E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32279E; }
p { color: rgb(50,39,158); }
H1.HeaderClassName
{
color: #32279E;
}
.AnyTagClassName
{
color: #32279E;
}
</style>
background-color css
<style>
a { background-color: #32279E; }
a { background-color: rgb(50,39,158); }
div.DivClassName
{
background-color: #32279E;
}
.BgClassName
{
background-color: #32279E;
}
</style>
border-color css
<style>
span { border-color: #32279E; }
span { border-color: rgb(50,39,158); }
td.TdClassName
{
border-color: #32279E;
}
.TagClassName
{
border-color: #32279E;
}
</style>