Shades of Dark Slate Blue #322F99
Tints of Dark Slate Blue #322F99
RGB
CMYK
RGB Variations
Color information
#322F99 (or 0x322F99) is known color: Dark Slate Blue. HEX triplet: 32, 2F and 99. RGB value is (50,47,153). Sum of RGB (Red+Green+Blue) = 50+47+153=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #322F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322F99 is #CDD066. Grayscale: #3B3B3B. Windows color (decimal): -13488231 or 10039090. OLE color: 10039090.
HSL color Cylindrical-coordinate representation of color #322F99: hue angle of 241.7º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #322F99 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 47 | 153 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.4 |
| HSL | 241.7º | 0.53% | 0.39% | - |
| HSV(B) | 241.7º | 0.69% | 0.6% | - |
| XYZ | 8.08 | 5.01 | 30.68 | - |
| YUV | 59.98 | 180.49 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 153 | 0.67 | 0.69 | 0 | 0.4 | 241.7 | 0.53 | 0.39 |
| Hex | 32 | 2F | 99 | 43 | 45 | 0 | 28 | F2 | 35 | 27 |
| Octal | 62 | 57 | 231 | 103 | 105 | 0 | 50 | 362 | 65 | 47 |
| Binary | 110010 | 101111 | 10011001 | 1000011 | 1000101 | 0 | 101000 | 11110010 | 110101 | 100111 |
Color Harmonies of #322F99
Complementary color
Monochromatic Colors of #322F99
Black with #322F99
Text Example
Text Example
White with #322F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322F99; }
p { color: rgb(50,47,153); }
H1.HeaderClassName
{
color: #322F99;
}
.AnyTagClassName
{
color: #322F99;
}
</style>
background-color css
<style>
a { background-color: #322F99; }
a { background-color: rgb(50,47,153); }
div.DivClassName
{
background-color: #322F99;
}
.BgClassName
{
background-color: #322F99;
}
</style>
border-color css
<style>
span { border-color: #322F99; }
span { border-color: rgb(50,47,153); }
td.TdClassName
{
border-color: #322F99;
}
.TagClassName
{
border-color: #322F99;
}
</style>