Shades of Dark Slate Blue #322D91
Tints of Dark Slate Blue #322D91
RGB
CMYK
RGB Variations
Color information
#322D91 (or 0x322D91) is known color: Dark Slate Blue. HEX triplet: 32, 2D and 91. RGB value is (50,45,145). Sum of RGB (Red+Green+Blue) = 50+45+145=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 145 (57.03% from 255 or 60.42% from 240); Max value from RGB is 145 - color contains mainly: blue. Hex color #322D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322D91 is #CDD26E. Grayscale: #393939. Windows color (decimal): -13488751 or 9514290. OLE color: 9514290.
HSL color Cylindrical-coordinate representation of color #322D91: hue angle of 243º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #322D91 is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 45 | 145 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.43 |
| HSL | 243º | 0.53% | 0.37% | - |
| HSV(B) | 243º | 0.69% | 0.57% | - |
| XYZ | 7.36 | 4.6 | 27.29 | - |
| YUV | 57.9 | 177.16 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 45 | 145 | 0.66 | 0.69 | 0 | 0.43 | 243 | 0.53 | 0.37 |
| Hex | 32 | 2D | 91 | 42 | 45 | 0 | 2B | F3 | 35 | 25 |
| Octal | 62 | 55 | 221 | 102 | 105 | 0 | 53 | 363 | 65 | 45 |
| Binary | 110010 | 101101 | 10010001 | 1000010 | 1000101 | 0 | 101011 | 11110011 | 110101 | 100101 |
Color Harmonies of #322D91
Complementary color
Monochromatic Colors of #322D91
Black with #322D91
Text Example
Text Example
White with #322D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322D91; }
p { color: rgb(50,45,145); }
H1.HeaderClassName
{
color: #322D91;
}
.AnyTagClassName
{
color: #322D91;
}
</style>
background-color css
<style>
a { background-color: #322D91; }
a { background-color: rgb(50,45,145); }
div.DivClassName
{
background-color: #322D91;
}
.BgClassName
{
background-color: #322D91;
}
</style>
border-color css
<style>
span { border-color: #322D91; }
span { border-color: rgb(50,45,145); }
td.TdClassName
{
border-color: #322D91;
}
.TagClassName
{
border-color: #322D91;
}
</style>