Shades of Dark Slate Blue #322495
Tints of Dark Slate Blue #322495
RGB
CMYK
RGB Variations
Color information
#322495 (or 0x322495) is known color: Dark Slate Blue. HEX triplet: 32, 24 and 95. RGB value is (50,36,149). Sum of RGB (Red+Green+Blue) = 50+36+149=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #322495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322495 is #CDDB6A. Grayscale: #343434. Windows color (decimal): -13491051 or 9774130. OLE color: 9774130.
HSL color Cylindrical-coordinate representation of color #322495: hue angle of 247.43º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #322495 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 36 | 149 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.42 |
| HSL | 247.43º | 0.61% | 0.36% | - |
| HSV(B) | 247.43º | 0.76% | 0.58% | - |
| XYZ | 7.37 | 4.11 | 28.84 | - |
| YUV | 53.07 | 182.14 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 149 | 0.66 | 0.76 | 0 | 0.42 | 247.43 | 0.61 | 0.36 |
| Hex | 32 | 24 | 95 | 42 | 4C | 0 | 2A | F7 | 3D | 24 |
| Octal | 62 | 44 | 225 | 102 | 114 | 0 | 52 | 367 | 75 | 44 |
| Binary | 110010 | 100100 | 10010101 | 1000010 | 1001100 | 0 | 101010 | 11110111 | 111101 | 100100 |
Color Harmonies of #322495
Complementary color
Monochromatic Colors of #322495
Black with #322495
Text Example
Text Example
White with #322495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322495; }
p { color: rgb(50,36,149); }
H1.HeaderClassName
{
color: #322495;
}
.AnyTagClassName
{
color: #322495;
}
</style>
background-color css
<style>
a { background-color: #322495; }
a { background-color: rgb(50,36,149); }
div.DivClassName
{
background-color: #322495;
}
.BgClassName
{
background-color: #322495;
}
</style>
border-color css
<style>
span { border-color: #322495; }
span { border-color: rgb(50,36,149); }
td.TdClassName
{
border-color: #322495;
}
.TagClassName
{
border-color: #322495;
}
</style>