Shades of Dark Slate Blue #32298F
Tints of Dark Slate Blue #32298F
RGB
CMYK
RGB Variations
Color information
#32298F (or 0x32298F) is known color: Dark Slate Blue. HEX triplet: 32, 29 and 8F. RGB value is (50,41,143). Sum of RGB (Red+Green+Blue) = 50+41+143=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 143 (56.25% from 255 or 61.11% from 234); Max value from RGB is 143 - color contains mainly: blue. Hex color #32298F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32298F is #CDD670. Grayscale: #363636. Windows color (decimal): -13489777 or 9382194. OLE color: 9382194.
HSL color Cylindrical-coordinate representation of color #32298F: hue angle of 245.29º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32298F is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 41 | 143 | - |
| CMYK | 0.65 | 0.71 | 0 | 0.44 |
| HSL | 245.29º | 0.55% | 0.36% | - |
| HSV(B) | 245.29º | 0.71% | 0.56% | - |
| XYZ | 7.07 | 4.25 | 26.43 | - |
| YUV | 55.32 | 177.48 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 143 | 0.65 | 0.71 | 0 | 0.44 | 245.29 | 0.55 | 0.36 |
| Hex | 32 | 29 | 8F | 41 | 47 | 0 | 2C | F5 | 37 | 24 |
| Octal | 62 | 51 | 217 | 101 | 107 | 0 | 54 | 365 | 67 | 44 |
| Binary | 110010 | 101001 | 10001111 | 1000001 | 1000111 | 0 | 101100 | 11110101 | 110111 | 100100 |
Color Harmonies of #32298F
Complementary color
Monochromatic Colors of #32298F
Black with #32298F
Text Example
Text Example
White with #32298F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32298F; }
p { color: rgb(50,41,143); }
H1.HeaderClassName
{
color: #32298F;
}
.AnyTagClassName
{
color: #32298F;
}
</style>
background-color css
<style>
a { background-color: #32298F; }
a { background-color: rgb(50,41,143); }
div.DivClassName
{
background-color: #32298F;
}
.BgClassName
{
background-color: #32298F;
}
</style>
border-color css
<style>
span { border-color: #32298F; }
span { border-color: rgb(50,41,143); }
td.TdClassName
{
border-color: #32298F;
}
.TagClassName
{
border-color: #32298F;
}
</style>