Shades of Dark Slate Blue #322C91
Tints of Dark Slate Blue #322C91
RGB
CMYK
RGB Variations
Color information
#322C91 (or 0x322C91) is known color: Dark Slate Blue. HEX triplet: 32, 2C and 91. RGB value is (50,44,145). Sum of RGB (Red+Green+Blue) = 50+44+145=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 145 (57.03% from 255 or 60.67% from 239); Max value from RGB is 145 - color contains mainly: blue. Hex color #322C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322C91 is #CDD36E. Grayscale: #383838. Windows color (decimal): -13489007 or 9514034. OLE color: 9514034.
HSL color Cylindrical-coordinate representation of color #322C91: hue angle of 243.56º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #322C91 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 44 | 145 | - |
| CMYK | 0.66 | 0.70 | 0 | 0.43 |
| HSL | 243.56º | 0.53% | 0.37% | - |
| HSV(B) | 243.56º | 0.7% | 0.57% | - |
| XYZ | 7.33 | 4.52 | 27.28 | - |
| YUV | 57.31 | 177.49 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 145 | 0.66 | 0.70 | 0 | 0.43 | 243.56 | 0.53 | 0.37 |
| Hex | 32 | 2C | 91 | 42 | 46 | 0 | 2B | F4 | 35 | 25 |
| Octal | 62 | 54 | 221 | 102 | 106 | 0 | 53 | 364 | 65 | 45 |
| Binary | 110010 | 101100 | 10010001 | 1000010 | 1000110 | 0 | 101011 | 11110100 | 110101 | 100101 |
Color Harmonies of #322C91
Complementary color
Monochromatic Colors of #322C91
Black with #322C91
Text Example
Text Example
White with #322C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C91; }
p { color: rgb(50,44,145); }
H1.HeaderClassName
{
color: #322C91;
}
.AnyTagClassName
{
color: #322C91;
}
</style>
background-color css
<style>
a { background-color: #322C91; }
a { background-color: rgb(50,44,145); }
div.DivClassName
{
background-color: #322C91;
}
.BgClassName
{
background-color: #322C91;
}
</style>
border-color css
<style>
span { border-color: #322C91; }
span { border-color: rgb(50,44,145); }
td.TdClassName
{
border-color: #322C91;
}
.TagClassName
{
border-color: #322C91;
}
</style>