Shades of Dark Slate Blue #322CA1
Tints of Dark Slate Blue #322CA1
RGB
CMYK
RGB Variations
Color information
#322CA1 (or 0x322CA1) is known color: Dark Slate Blue. HEX triplet: 32, 2C and A1. RGB value is (50,44,161). Sum of RGB (Red+Green+Blue) = 50+44+161=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 161 (63.28% from 255 or 63.14% from 255); Max value from RGB is 161 - color contains mainly: blue. Hex color #322CA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322CA1 is #CDD35E. Grayscale: #3A3A3A. Windows color (decimal): -13488991 or 10562610. OLE color: 10562610.
HSL color Cylindrical-coordinate representation of color #322CA1: hue angle of 243.08º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #322CA1 is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 44 | 161 | - |
| CMYK | 0.69 | 0.73 | 0 | 0.37 |
| HSL | 243.08º | 0.57% | 0.4% | - |
| HSV(B) | 243.08º | 0.73% | 0.63% | - |
| XYZ | 8.65 | 5.05 | 34.24 | - |
| YUV | 59.13 | 185.49 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 161 | 0.69 | 0.73 | 0 | 0.37 | 243.08 | 0.57 | 0.4 |
| Hex | 32 | 2C | A1 | 45 | 49 | 0 | 25 | F3 | 39 | 28 |
| Octal | 62 | 54 | 241 | 105 | 111 | 0 | 45 | 363 | 71 | 50 |
| Binary | 110010 | 101100 | 10100001 | 1000101 | 1001001 | 0 | 100101 | 11110011 | 111001 | 101000 |
Color Harmonies of #322CA1
Complementary color
Monochromatic Colors of #322CA1
Black with #322CA1
Text Example
Text Example
White with #322CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322CA1; }
p { color: rgb(50,44,161); }
H1.HeaderClassName
{
color: #322CA1;
}
.AnyTagClassName
{
color: #322CA1;
}
</style>
background-color css
<style>
a { background-color: #322CA1; }
a { background-color: rgb(50,44,161); }
div.DivClassName
{
background-color: #322CA1;
}
.BgClassName
{
background-color: #322CA1;
}
</style>
border-color css
<style>
span { border-color: #322CA1; }
span { border-color: rgb(50,44,161); }
td.TdClassName
{
border-color: #322CA1;
}
.TagClassName
{
border-color: #322CA1;
}
</style>