Shades of Dark Slate Blue #322798
Tints of Dark Slate Blue #322798
RGB
CMYK
RGB Variations
Color information
#322798 (or 0x322798) is known color: Dark Slate Blue. HEX triplet: 32, 27 and 98. RGB value is (50,39,152). Sum of RGB (Red+Green+Blue) = 50+39+152=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #322798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322798 is #CDD867. Grayscale: #363636. Windows color (decimal): -13490280 or 9971506. OLE color: 9971506.
HSL color Cylindrical-coordinate representation of color #322798: hue angle of 245.84º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #322798 is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 39 | 152 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.40 |
| HSL | 245.84º | 0.59% | 0.37% | - |
| HSV(B) | 245.84º | 0.74% | 0.6% | - |
| XYZ | 7.71 | 4.4 | 30.15 | - |
| YUV | 55.17 | 182.64 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 39 | 152 | 0.67 | 0.74 | 0 | 0.40 | 245.84 | 0.59 | 0.37 |
| Hex | 32 | 27 | 98 | 43 | 4A | 0 | 28 | F6 | 3B | 25 |
| Octal | 62 | 47 | 230 | 103 | 112 | 0 | 50 | 366 | 73 | 45 |
| Binary | 110010 | 100111 | 10011000 | 1000011 | 1001010 | 0 | 101000 | 11110110 | 111011 | 100101 |
Color Harmonies of #322798
Complementary color
Monochromatic Colors of #322798
Black with #322798
Text Example
Text Example
White with #322798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322798; }
p { color: rgb(50,39,152); }
H1.HeaderClassName
{
color: #322798;
}
.AnyTagClassName
{
color: #322798;
}
</style>
background-color css
<style>
a { background-color: #322798; }
a { background-color: rgb(50,39,152); }
div.DivClassName
{
background-color: #322798;
}
.BgClassName
{
background-color: #322798;
}
</style>
border-color css
<style>
span { border-color: #322798; }
span { border-color: rgb(50,39,152); }
td.TdClassName
{
border-color: #322798;
}
.TagClassName
{
border-color: #322798;
}
</style>