Shades of Dark Slate Blue #322592
Tints of Dark Slate Blue #322592
RGB
CMYK
RGB Variations
Color information
#322592 (or 0x322592) is known color: Dark Slate Blue. HEX triplet: 32, 25 and 92. RGB value is (50,37,146). Sum of RGB (Red+Green+Blue) = 50+37+146=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #322592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322592 is #CDDA6D. Grayscale: #343434. Windows color (decimal): -13490798 or 9577778. OLE color: 9577778.
HSL color Cylindrical-coordinate representation of color #322592: hue angle of 247.16º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #322592 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 37 | 146 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.43 |
| HSL | 247.16º | 0.6% | 0.36% | - |
| HSV(B) | 247.16º | 0.75% | 0.57% | - |
| XYZ | 7.17 | 4.08 | 27.6 | - |
| YUV | 53.31 | 180.31 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 146 | 0.66 | 0.75 | 0 | 0.43 | 247.16 | 0.6 | 0.36 |
| Hex | 32 | 25 | 92 | 42 | 4B | 0 | 2B | F7 | 3C | 24 |
| Octal | 62 | 45 | 222 | 102 | 113 | 0 | 53 | 367 | 74 | 44 |
| Binary | 110010 | 100101 | 10010010 | 1000010 | 1001011 | 0 | 101011 | 11110111 | 111100 | 100100 |
Color Harmonies of #322592
Complementary color
Monochromatic Colors of #322592
Black with #322592
Text Example
Text Example
White with #322592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322592; }
p { color: rgb(50,37,146); }
H1.HeaderClassName
{
color: #322592;
}
.AnyTagClassName
{
color: #322592;
}
</style>
background-color css
<style>
a { background-color: #322592; }
a { background-color: rgb(50,37,146); }
div.DivClassName
{
background-color: #322592;
}
.BgClassName
{
background-color: #322592;
}
</style>
border-color css
<style>
span { border-color: #322592; }
span { border-color: rgb(50,37,146); }
td.TdClassName
{
border-color: #322592;
}
.TagClassName
{
border-color: #322592;
}
</style>