Shades of Dark Slate Blue #32239F
Tints of Dark Slate Blue #32239F
RGB
CMYK
RGB Variations
Color information
#32239F (or 0x32239F) is known color: Dark Slate Blue. HEX triplet: 32, 23 and 9F. RGB value is (50,35,159). Sum of RGB (Red+Green+Blue) = 50+35+159=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 159 (62.5% from 255 or 65.16% from 244); Max value from RGB is 159 - color contains mainly: blue. Hex color #32239F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32239F is #CDDC60. Grayscale: #353535. Windows color (decimal): -13491297 or 10429234. OLE color: 10429234.
HSL color Cylindrical-coordinate representation of color #32239F: hue angle of 247.26º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32239F is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 35 | 159 | - |
| CMYK | 0.69 | 0.78 | 0 | 0.38 |
| HSL | 247.26º | 0.64% | 0.38% | - |
| HSV(B) | 247.26º | 0.78% | 0.62% | - |
| XYZ | 8.17 | 4.38 | 33.22 | - |
| YUV | 53.62 | 187.47 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 35 | 159 | 0.69 | 0.78 | 0 | 0.38 | 247.26 | 0.64 | 0.38 |
| Hex | 32 | 23 | 9F | 45 | 4E | 0 | 26 | F7 | 40 | 26 |
| Octal | 62 | 43 | 237 | 105 | 116 | 0 | 46 | 367 | 100 | 46 |
| Binary | 110010 | 100011 | 10011111 | 1000101 | 1001110 | 0 | 100110 | 11110111 | 1000000 | 100110 |
Color Harmonies of #32239F
Complementary color
Monochromatic Colors of #32239F
Black with #32239F
Text Example
Text Example
White with #32239F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32239F; }
p { color: rgb(50,35,159); }
H1.HeaderClassName
{
color: #32239F;
}
.AnyTagClassName
{
color: #32239F;
}
</style>
background-color css
<style>
a { background-color: #32239F; }
a { background-color: rgb(50,35,159); }
div.DivClassName
{
background-color: #32239F;
}
.BgClassName
{
background-color: #32239F;
}
</style>
border-color css
<style>
span { border-color: #32239F; }
span { border-color: rgb(50,35,159); }
td.TdClassName
{
border-color: #32239F;
}
.TagClassName
{
border-color: #32239F;
}
</style>