Shades of Dark Slate Blue #32249F
Tints of Dark Slate Blue #32249F
RGB
CMYK
RGB Variations
Color information
#32249F (or 0x32249F) is known color: Dark Slate Blue. HEX triplet: 32, 24 and 9F. RGB value is (50,36,159). Sum of RGB (Red+Green+Blue) = 50+36+159=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #32249F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32249F is #CDDB60. Grayscale: #353535. Windows color (decimal): -13491041 or 10429490. OLE color: 10429490.
HSL color Cylindrical-coordinate representation of color #32249F: hue angle of 246.83º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32249F is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 36 | 159 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.38 |
| HSL | 246.83º | 0.63% | 0.38% | - |
| HSV(B) | 246.83º | 0.77% | 0.62% | - |
| XYZ | 8.2 | 4.44 | 33.23 | - |
| YUV | 54.21 | 187.14 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 159 | 0.69 | 0.77 | 0 | 0.38 | 246.83 | 0.63 | 0.38 |
| Hex | 32 | 24 | 9F | 45 | 4D | 0 | 26 | F7 | 3F | 26 |
| Octal | 62 | 44 | 237 | 105 | 115 | 0 | 46 | 367 | 77 | 46 |
| Binary | 110010 | 100100 | 10011111 | 1000101 | 1001101 | 0 | 100110 | 11110111 | 111111 | 100110 |
Color Harmonies of #32249F
Complementary color
Monochromatic Colors of #32249F
Black with #32249F
Text Example
Text Example
White with #32249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32249F; }
p { color: rgb(50,36,159); }
H1.HeaderClassName
{
color: #32249F;
}
.AnyTagClassName
{
color: #32249F;
}
</style>
background-color css
<style>
a { background-color: #32249F; }
a { background-color: rgb(50,36,159); }
div.DivClassName
{
background-color: #32249F;
}
.BgClassName
{
background-color: #32249F;
}
</style>
border-color css
<style>
span { border-color: #32249F; }
span { border-color: rgb(50,36,159); }
td.TdClassName
{
border-color: #32249F;
}
.TagClassName
{
border-color: #32249F;
}
</style>