Shades of Dark Slate Blue #322793
Tints of Dark Slate Blue #322793
RGB
CMYK
RGB Variations
Color information
#322793 (or 0x322793) is known color: Dark Slate Blue. HEX triplet: 32, 27 and 93. RGB value is (50,39,147). Sum of RGB (Red+Green+Blue) = 50+39+147=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 147 (57.81% from 255 or 62.29% from 236); Max value from RGB is 147 - color contains mainly: blue. Hex color #322793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322793 is #CDD86C. Grayscale: #363636. Windows color (decimal): -13490285 or 9643826. OLE color: 9643826.
HSL color Cylindrical-coordinate representation of color #322793: hue angle of 246.11º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #322793 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 39 | 147 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.42 |
| HSL | 246.11º | 0.58% | 0.36% | - |
| HSV(B) | 246.11º | 0.73% | 0.58% | - |
| XYZ | 7.31 | 4.24 | 28.04 | - |
| YUV | 54.6 | 180.14 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 39 | 147 | 0.66 | 0.73 | 0 | 0.42 | 246.11 | 0.58 | 0.36 |
| Hex | 32 | 27 | 93 | 42 | 49 | 0 | 2A | F6 | 3A | 24 |
| Octal | 62 | 47 | 223 | 102 | 111 | 0 | 52 | 366 | 72 | 44 |
| Binary | 110010 | 100111 | 10010011 | 1000010 | 1001001 | 0 | 101010 | 11110110 | 111010 | 100100 |
Color Harmonies of #322793
Complementary color
Monochromatic Colors of #322793
Black with #322793
Text Example
Text Example
White with #322793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322793; }
p { color: rgb(50,39,147); }
H1.HeaderClassName
{
color: #322793;
}
.AnyTagClassName
{
color: #322793;
}
</style>
background-color css
<style>
a { background-color: #322793; }
a { background-color: rgb(50,39,147); }
div.DivClassName
{
background-color: #322793;
}
.BgClassName
{
background-color: #322793;
}
</style>
border-color css
<style>
span { border-color: #322793; }
span { border-color: rgb(50,39,147); }
td.TdClassName
{
border-color: #322793;
}
.TagClassName
{
border-color: #322793;
}
</style>