Shades of Dark Slate Blue #322895
Tints of Dark Slate Blue #322895
RGB
CMYK
RGB Variations
Color information
#322895 (or 0x322895) is known color: Dark Slate Blue. HEX triplet: 32, 28 and 95. RGB value is (50,40,149). Sum of RGB (Red+Green+Blue) = 50+40+149=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #322895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322895 is #CDD76A. Grayscale: #363636. Windows color (decimal): -13490027 or 9775154. OLE color: 9775154.
HSL color Cylindrical-coordinate representation of color #322895: hue angle of 245.5º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #322895 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 40 | 149 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.42 |
| HSL | 245.5º | 0.58% | 0.37% | - |
| HSV(B) | 245.5º | 0.73% | 0.58% | - |
| XYZ | 7.5 | 4.37 | 28.88 | - |
| YUV | 55.42 | 180.81 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 149 | 0.66 | 0.73 | 0 | 0.42 | 245.5 | 0.58 | 0.37 |
| Hex | 32 | 28 | 95 | 42 | 49 | 0 | 2A | F6 | 3A | 25 |
| Octal | 62 | 50 | 225 | 102 | 111 | 0 | 52 | 366 | 72 | 45 |
| Binary | 110010 | 101000 | 10010101 | 1000010 | 1001001 | 0 | 101010 | 11110110 | 111010 | 100101 |
Color Harmonies of #322895
Complementary color
Monochromatic Colors of #322895
Black with #322895
Text Example
Text Example
White with #322895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322895; }
p { color: rgb(50,40,149); }
H1.HeaderClassName
{
color: #322895;
}
.AnyTagClassName
{
color: #322895;
}
</style>
background-color css
<style>
a { background-color: #322895; }
a { background-color: rgb(50,40,149); }
div.DivClassName
{
background-color: #322895;
}
.BgClassName
{
background-color: #322895;
}
</style>
border-color css
<style>
span { border-color: #322895; }
span { border-color: rgb(50,40,149); }
td.TdClassName
{
border-color: #322895;
}
.TagClassName
{
border-color: #322895;
}
</style>