Shades of Dark Slate Blue #322599
Tints of Dark Slate Blue #322599
RGB
CMYK
RGB Variations
Color information
#322599 (or 0x322599) is known color: Dark Slate Blue. HEX triplet: 32, 25 and 99. RGB value is (50,37,153). Sum of RGB (Red+Green+Blue) = 50+37+153=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #322599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322599 is #CDDA66. Grayscale: #353535. Windows color (decimal): -13490791 or 10036530. OLE color: 10036530.
HSL color Cylindrical-coordinate representation of color #322599: hue angle of 246.72º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #322599 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 37 | 153 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.4 |
| HSL | 246.72º | 0.61% | 0.37% | - |
| HSV(B) | 246.72º | 0.76% | 0.6% | - |
| XYZ | 7.73 | 4.3 | 30.56 | - |
| YUV | 54.11 | 183.81 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 153 | 0.67 | 0.76 | 0 | 0.4 | 246.72 | 0.61 | 0.37 |
| Hex | 32 | 25 | 99 | 43 | 4C | 0 | 28 | F7 | 3D | 25 |
| Octal | 62 | 45 | 231 | 103 | 114 | 0 | 50 | 367 | 75 | 45 |
| Binary | 110010 | 100101 | 10011001 | 1000011 | 1001100 | 0 | 101000 | 11110111 | 111101 | 100101 |
Color Harmonies of #322599
Complementary color
Monochromatic Colors of #322599
Black with #322599
Text Example
Text Example
White with #322599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322599; }
p { color: rgb(50,37,153); }
H1.HeaderClassName
{
color: #322599;
}
.AnyTagClassName
{
color: #322599;
}
</style>
background-color css
<style>
a { background-color: #322599; }
a { background-color: rgb(50,37,153); }
div.DivClassName
{
background-color: #322599;
}
.BgClassName
{
background-color: #322599;
}
</style>
border-color css
<style>
span { border-color: #322599; }
span { border-color: rgb(50,37,153); }
td.TdClassName
{
border-color: #322599;
}
.TagClassName
{
border-color: #322599;
}
</style>