Shades of Dark Slate Blue #322A91
Tints of Dark Slate Blue #322A91
RGB
CMYK
RGB Variations
Color information
#322A91 (or 0x322A91) is known color: Dark Slate Blue. HEX triplet: 32, 2A and 91. RGB value is (50,42,145). Sum of RGB (Red+Green+Blue) = 50+42+145=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 145 (57.03% from 255 or 61.18% from 237); Max value from RGB is 145 - color contains mainly: blue. Hex color #322A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322A91 is #CDD56E. Grayscale: #373737. Windows color (decimal): -13489519 or 9513522. OLE color: 9513522.
HSL color Cylindrical-coordinate representation of color #322A91: hue angle of 244.66º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #322A91 is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 42 | 145 | - |
| CMYK | 0.66 | 0.71 | 0 | 0.43 |
| HSL | 244.66º | 0.55% | 0.37% | - |
| HSV(B) | 244.66º | 0.71% | 0.57% | - |
| XYZ | 7.25 | 4.38 | 27.25 | - |
| YUV | 56.13 | 178.15 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 145 | 0.66 | 0.71 | 0 | 0.43 | 244.66 | 0.55 | 0.37 |
| Hex | 32 | 2A | 91 | 42 | 47 | 0 | 2B | F5 | 37 | 25 |
| Octal | 62 | 52 | 221 | 102 | 107 | 0 | 53 | 365 | 67 | 45 |
| Binary | 110010 | 101010 | 10010001 | 1000010 | 1000111 | 0 | 101011 | 11110101 | 110111 | 100101 |
Color Harmonies of #322A91
Complementary color
Monochromatic Colors of #322A91
Black with #322A91
Text Example
Text Example
White with #322A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A91; }
p { color: rgb(50,42,145); }
H1.HeaderClassName
{
color: #322A91;
}
.AnyTagClassName
{
color: #322A91;
}
</style>
background-color css
<style>
a { background-color: #322A91; }
a { background-color: rgb(50,42,145); }
div.DivClassName
{
background-color: #322A91;
}
.BgClassName
{
background-color: #322A91;
}
</style>
border-color css
<style>
span { border-color: #322A91; }
span { border-color: rgb(50,42,145); }
td.TdClassName
{
border-color: #322A91;
}
.TagClassName
{
border-color: #322A91;
}
</style>