Shades of Dark Slate Blue #322595
Tints of Dark Slate Blue #322595
RGB
CMYK
RGB Variations
Color information
#322595 (or 0x322595) is known color: Dark Slate Blue. HEX triplet: 32, 25 and 95. RGB value is (50,37,149). Sum of RGB (Red+Green+Blue) = 50+37+149=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 149 (58.59% from 255 or 63.14% from 236); Max value from RGB is 149 - color contains mainly: blue. Hex color #322595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322595 is #CDDA6A. Grayscale: #353535. Windows color (decimal): -13490795 or 9774386. OLE color: 9774386.
HSL color Cylindrical-coordinate representation of color #322595: hue angle of 246.96º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #322595 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 37 | 149 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.42 |
| HSL | 246.96º | 0.6% | 0.36% | - |
| HSV(B) | 246.96º | 0.75% | 0.58% | - |
| XYZ | 7.4 | 4.17 | 28.85 | - |
| YUV | 53.66 | 181.81 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 149 | 0.66 | 0.75 | 0 | 0.42 | 246.96 | 0.6 | 0.36 |
| Hex | 32 | 25 | 95 | 42 | 4B | 0 | 2A | F7 | 3C | 24 |
| Octal | 62 | 45 | 225 | 102 | 113 | 0 | 52 | 367 | 74 | 44 |
| Binary | 110010 | 100101 | 10010101 | 1000010 | 1001011 | 0 | 101010 | 11110111 | 111100 | 100100 |
Color Harmonies of #322595
Complementary color
Monochromatic Colors of #322595
Black with #322595
Text Example
Text Example
White with #322595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322595; }
p { color: rgb(50,37,149); }
H1.HeaderClassName
{
color: #322595;
}
.AnyTagClassName
{
color: #322595;
}
</style>
background-color css
<style>
a { background-color: #322595; }
a { background-color: rgb(50,37,149); }
div.DivClassName
{
background-color: #322595;
}
.BgClassName
{
background-color: #322595;
}
</style>
border-color css
<style>
span { border-color: #322595; }
span { border-color: rgb(50,37,149); }
td.TdClassName
{
border-color: #322595;
}
.TagClassName
{
border-color: #322595;
}
</style>