Shades of Dark Slate Blue #32288F
Tints of Dark Slate Blue #32288F
RGB
CMYK
RGB Variations
Color information
#32288F (or 0x32288F) is known color: Dark Slate Blue. HEX triplet: 32, 28 and 8F. RGB value is (50,40,143). Sum of RGB (Red+Green+Blue) = 50+40+143=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 143 (56.25% from 255 or 61.37% from 233); Max value from RGB is 143 - color contains mainly: blue. Hex color #32288F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32288F is #CDD770. Grayscale: #363636. Windows color (decimal): -13490033 or 9381938. OLE color: 9381938.
HSL color Cylindrical-coordinate representation of color #32288F: hue angle of 245.83º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32288F is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 40 | 143 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.44 |
| HSL | 245.83º | 0.56% | 0.36% | - |
| HSV(B) | 245.83º | 0.72% | 0.56% | - |
| XYZ | 7.03 | 4.18 | 26.42 | - |
| YUV | 54.73 | 177.81 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 143 | 0.65 | 0.72 | 0 | 0.44 | 245.83 | 0.56 | 0.36 |
| Hex | 32 | 28 | 8F | 41 | 48 | 0 | 2C | F6 | 38 | 24 |
| Octal | 62 | 50 | 217 | 101 | 110 | 0 | 54 | 366 | 70 | 44 |
| Binary | 110010 | 101000 | 10001111 | 1000001 | 1001000 | 0 | 101100 | 11110110 | 111000 | 100100 |
Color Harmonies of #32288F
Complementary color
Monochromatic Colors of #32288F
Black with #32288F
Text Example
Text Example
White with #32288F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32288F; }
p { color: rgb(50,40,143); }
H1.HeaderClassName
{
color: #32288F;
}
.AnyTagClassName
{
color: #32288F;
}
</style>
background-color css
<style>
a { background-color: #32288F; }
a { background-color: rgb(50,40,143); }
div.DivClassName
{
background-color: #32288F;
}
.BgClassName
{
background-color: #32288F;
}
</style>
border-color css
<style>
span { border-color: #32288F; }
span { border-color: rgb(50,40,143); }
td.TdClassName
{
border-color: #32288F;
}
.TagClassName
{
border-color: #32288F;
}
</style>