Shades of Dark Slate Blue #32298D
Tints of Dark Slate Blue #32298D
RGB
CMYK
RGB Variations
Color information
#32298D (or 0x32298D) is known color: Dark Slate Blue. HEX triplet: 32, 29 and 8D. RGB value is (50,41,141). Sum of RGB (Red+Green+Blue) = 50+41+141=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 141 (55.47% from 255 or 60.78% from 232); Max value from RGB is 141 - color contains mainly: blue. Hex color #32298D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32298D is #CDD672. Grayscale: #363636. Windows color (decimal): -13489779 or 9251122. OLE color: 9251122.
HSL color Cylindrical-coordinate representation of color #32298D: hue angle of 245.4º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32298D is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 41 | 141 | - |
| CMYK | 0.65 | 0.71 | 0 | 0.45 |
| HSL | 245.4º | 0.55% | 0.36% | - |
| HSV(B) | 245.4º | 0.71% | 0.55% | - |
| XYZ | 6.92 | 4.19 | 25.64 | - |
| YUV | 55.09 | 176.48 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 141 | 0.65 | 0.71 | 0 | 0.45 | 245.4 | 0.55 | 0.36 |
| Hex | 32 | 29 | 8D | 41 | 47 | 0 | 2D | F5 | 37 | 24 |
| Octal | 62 | 51 | 215 | 101 | 107 | 0 | 55 | 365 | 67 | 44 |
| Binary | 110010 | 101001 | 10001101 | 1000001 | 1000111 | 0 | 101101 | 11110101 | 110111 | 100100 |
Color Harmonies of #32298D
Complementary color
Monochromatic Colors of #32298D
Black with #32298D
Text Example
Text Example
White with #32298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32298D; }
p { color: rgb(50,41,141); }
H1.HeaderClassName
{
color: #32298D;
}
.AnyTagClassName
{
color: #32298D;
}
</style>
background-color css
<style>
a { background-color: #32298D; }
a { background-color: rgb(50,41,141); }
div.DivClassName
{
background-color: #32298D;
}
.BgClassName
{
background-color: #32298D;
}
</style>
border-color css
<style>
span { border-color: #32298D; }
span { border-color: rgb(50,41,141); }
td.TdClassName
{
border-color: #32298D;
}
.TagClassName
{
border-color: #32298D;
}
</style>