Shades of Dark Slate Blue #322FA0
Tints of Dark Slate Blue #322FA0
RGB
CMYK
RGB Variations
Color information
#322FA0 (or 0x322FA0) is known color: Dark Slate Blue. HEX triplet: 32, 2F and A0. RGB value is (50,47,160). Sum of RGB (Red+Green+Blue) = 50+47+160=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 160 (62.89% from 255 or 62.26% from 257); Max value from RGB is 160 - color contains mainly: blue. Hex color #322FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322FA0 is #CDD05F. Grayscale: #3C3C3C. Windows color (decimal): -13488224 or 10497842. OLE color: 10497842.
HSL color Cylindrical-coordinate representation of color #322FA0: hue angle of 241.59º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #322FA0 is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 47 | 160 | - |
| CMYK | 0.69 | 0.71 | 0 | 0.37 |
| HSL | 241.59º | 0.55% | 0.41% | - |
| HSV(B) | 241.59º | 0.71% | 0.63% | - |
| XYZ | 8.68 | 5.25 | 33.81 | - |
| YUV | 60.78 | 183.99 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 160 | 0.69 | 0.71 | 0 | 0.37 | 241.59 | 0.55 | 0.41 |
| Hex | 32 | 2F | A0 | 45 | 47 | 0 | 25 | F2 | 37 | 29 |
| Octal | 62 | 57 | 240 | 105 | 107 | 0 | 45 | 362 | 67 | 51 |
| Binary | 110010 | 101111 | 10100000 | 1000101 | 1000111 | 0 | 100101 | 11110010 | 110111 | 101001 |
Color Harmonies of #322FA0
Complementary color
Monochromatic Colors of #322FA0
Black with #322FA0
Text Example
Text Example
White with #322FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322FA0; }
p { color: rgb(50,47,160); }
H1.HeaderClassName
{
color: #322FA0;
}
.AnyTagClassName
{
color: #322FA0;
}
</style>
background-color css
<style>
a { background-color: #322FA0; }
a { background-color: rgb(50,47,160); }
div.DivClassName
{
background-color: #322FA0;
}
.BgClassName
{
background-color: #322FA0;
}
</style>
border-color css
<style>
span { border-color: #322FA0; }
span { border-color: rgb(50,47,160); }
td.TdClassName
{
border-color: #322FA0;
}
.TagClassName
{
border-color: #322FA0;
}
</style>