Shades of Dark Slate Blue #322991
Tints of Dark Slate Blue #322991
RGB
CMYK
RGB Variations
Color information
#322991 (or 0x322991) is known color: Dark Slate Blue. HEX triplet: 32, 29 and 91. RGB value is (50,41,145). Sum of RGB (Red+Green+Blue) = 50+41+145=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 145 (57.03% from 255 or 61.44% from 236); Max value from RGB is 145 - color contains mainly: blue. Hex color #322991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322991 is #CDD66E. Grayscale: #373737. Windows color (decimal): -13489775 or 9513266. OLE color: 9513266.
HSL color Cylindrical-coordinate representation of color #322991: hue angle of 245.19º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #322991 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 41 | 145 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.43 |
| HSL | 245.19º | 0.56% | 0.36% | - |
| HSV(B) | 245.19º | 0.72% | 0.57% | - |
| XYZ | 7.22 | 4.31 | 27.24 | - |
| YUV | 55.55 | 178.48 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 145 | 0.66 | 0.72 | 0 | 0.43 | 245.19 | 0.56 | 0.36 |
| Hex | 32 | 29 | 91 | 42 | 48 | 0 | 2B | F5 | 38 | 24 |
| Octal | 62 | 51 | 221 | 102 | 110 | 0 | 53 | 365 | 70 | 44 |
| Binary | 110010 | 101001 | 10010001 | 1000010 | 1001000 | 0 | 101011 | 11110101 | 111000 | 100100 |
Color Harmonies of #322991
Complementary color
Monochromatic Colors of #322991
Black with #322991
Text Example
Text Example
White with #322991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322991; }
p { color: rgb(50,41,145); }
H1.HeaderClassName
{
color: #322991;
}
.AnyTagClassName
{
color: #322991;
}
</style>
background-color css
<style>
a { background-color: #322991; }
a { background-color: rgb(50,41,145); }
div.DivClassName
{
background-color: #322991;
}
.BgClassName
{
background-color: #322991;
}
</style>
border-color css
<style>
span { border-color: #322991; }
span { border-color: rgb(50,41,145); }
td.TdClassName
{
border-color: #322991;
}
.TagClassName
{
border-color: #322991;
}
</style>