Shades of Dark Slate Blue #322995
Tints of Dark Slate Blue #322995
RGB
CMYK
RGB Variations
Color information
#322995 (or 0x322995) is known color: Dark Slate Blue. HEX triplet: 32, 29 and 95. RGB value is (50,41,149). Sum of RGB (Red+Green+Blue) = 50+41+149=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #322995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322995 is #CDD66A. Grayscale: #373737. Windows color (decimal): -13489771 or 9775410. OLE color: 9775410.
HSL color Cylindrical-coordinate representation of color #322995: hue angle of 245º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #322995 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 41 | 149 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.42 |
| HSL | 245º | 0.57% | 0.37% | - |
| HSV(B) | 245º | 0.72% | 0.58% | - |
| XYZ | 7.53 | 4.43 | 28.89 | - |
| YUV | 56 | 180.48 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 149 | 0.66 | 0.72 | 0 | 0.42 | 245 | 0.57 | 0.37 |
| Hex | 32 | 29 | 95 | 42 | 48 | 0 | 2A | F5 | 39 | 25 |
| Octal | 62 | 51 | 225 | 102 | 110 | 0 | 52 | 365 | 71 | 45 |
| Binary | 110010 | 101001 | 10010101 | 1000010 | 1001000 | 0 | 101010 | 11110101 | 111001 | 100101 |
Color Harmonies of #322995
Complementary color
Monochromatic Colors of #322995
Black with #322995
Text Example
Text Example
White with #322995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322995; }
p { color: rgb(50,41,149); }
H1.HeaderClassName
{
color: #322995;
}
.AnyTagClassName
{
color: #322995;
}
</style>
background-color css
<style>
a { background-color: #322995; }
a { background-color: rgb(50,41,149); }
div.DivClassName
{
background-color: #322995;
}
.BgClassName
{
background-color: #322995;
}
</style>
border-color css
<style>
span { border-color: #322995; }
span { border-color: rgb(50,41,149); }
td.TdClassName
{
border-color: #322995;
}
.TagClassName
{
border-color: #322995;
}
</style>