Shades of Dark Slate Blue #322792
Tints of Dark Slate Blue #322792
RGB
CMYK
RGB Variations
Color information
#322792 (or 0x322792) is known color: Dark Slate Blue. HEX triplet: 32, 27 and 92. RGB value is (50,39,146). Sum of RGB (Red+Green+Blue) = 50+39+146=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 146 (57.42% from 255 or 62.13% from 235); Max value from RGB is 146 - color contains mainly: blue. Hex color #322792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322792 is #CDD86D. Grayscale: #363636. Windows color (decimal): -13490286 or 9578290. OLE color: 9578290.
HSL color Cylindrical-coordinate representation of color #322792: hue angle of 246.17º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #322792 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 39 | 146 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.43 |
| HSL | 246.17º | 0.58% | 0.36% | - |
| HSV(B) | 246.17º | 0.73% | 0.57% | - |
| XYZ | 7.23 | 4.2 | 27.62 | - |
| YUV | 54.49 | 179.64 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 39 | 146 | 0.66 | 0.73 | 0 | 0.43 | 246.17 | 0.58 | 0.36 |
| Hex | 32 | 27 | 92 | 42 | 49 | 0 | 2B | F6 | 3A | 24 |
| Octal | 62 | 47 | 222 | 102 | 111 | 0 | 53 | 366 | 72 | 44 |
| Binary | 110010 | 100111 | 10010010 | 1000010 | 1001001 | 0 | 101011 | 11110110 | 111010 | 100100 |
Color Harmonies of #322792
Complementary color
Monochromatic Colors of #322792
Black with #322792
Text Example
Text Example
White with #322792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322792; }
p { color: rgb(50,39,146); }
H1.HeaderClassName
{
color: #322792;
}
.AnyTagClassName
{
color: #322792;
}
</style>
background-color css
<style>
a { background-color: #322792; }
a { background-color: rgb(50,39,146); }
div.DivClassName
{
background-color: #322792;
}
.BgClassName
{
background-color: #322792;
}
</style>
border-color css
<style>
span { border-color: #322792; }
span { border-color: rgb(50,39,146); }
td.TdClassName
{
border-color: #322792;
}
.TagClassName
{
border-color: #322792;
}
</style>