Shades of Dark Slate Blue #322C93
Tints of Dark Slate Blue #322C93
RGB
CMYK
RGB Variations
Color information
#322C93 (or 0x322C93) is known color: Dark Slate Blue. HEX triplet: 32, 2C and 93. RGB value is (50,44,147). Sum of RGB (Red+Green+Blue) = 50+44+147=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 147 (57.81% from 255 or 61.00% from 241); Max value from RGB is 147 - color contains mainly: blue. Hex color #322C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322C93 is #CDD36C. Grayscale: #393939. Windows color (decimal): -13489005 or 9645106. OLE color: 9645106.
HSL color Cylindrical-coordinate representation of color #322C93: hue angle of 243.5º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #322C93 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 44 | 147 | - |
| CMYK | 0.66 | 0.70 | 0 | 0.42 |
| HSL | 243.5º | 0.54% | 0.37% | - |
| HSV(B) | 243.5º | 0.7% | 0.58% | - |
| XYZ | 7.48 | 4.59 | 28.09 | - |
| YUV | 57.54 | 178.49 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 147 | 0.66 | 0.70 | 0 | 0.42 | 243.5 | 0.54 | 0.37 |
| Hex | 32 | 2C | 93 | 42 | 46 | 0 | 2A | F3 | 36 | 25 |
| Octal | 62 | 54 | 223 | 102 | 106 | 0 | 52 | 363 | 66 | 45 |
| Binary | 110010 | 101100 | 10010011 | 1000010 | 1000110 | 0 | 101010 | 11110011 | 110110 | 100101 |
Color Harmonies of #322C93
Complementary color
Monochromatic Colors of #322C93
Black with #322C93
Text Example
Text Example
White with #322C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C93; }
p { color: rgb(50,44,147); }
H1.HeaderClassName
{
color: #322C93;
}
.AnyTagClassName
{
color: #322C93;
}
</style>
background-color css
<style>
a { background-color: #322C93; }
a { background-color: rgb(50,44,147); }
div.DivClassName
{
background-color: #322C93;
}
.BgClassName
{
background-color: #322C93;
}
</style>
border-color css
<style>
span { border-color: #322C93; }
span { border-color: rgb(50,44,147); }
td.TdClassName
{
border-color: #322C93;
}
.TagClassName
{
border-color: #322C93;
}
</style>