Shades of Violent Violet #211449
Tints of Violent Violet #211449
RGB
CMYK
RGB Variations
Color information
#211449 (or 0x211449) is known color: Violent Violet. HEX triplet: 21, 14 and 49. RGB value is (33,20,73). Sum of RGB (Red+Green+Blue) = 33+20+73=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 73 (28.91% from 255 or 57.94% from 126); Max value from RGB is 73 - color contains mainly: blue. Hex color #211449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211449 is #DEEBB6. Grayscale: #1D1D1D. Windows color (decimal): -14609335 or 4789281. OLE color: 4789281.
HSL color Cylindrical-coordinate representation of color #211449: hue angle of 254.72º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #211449 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 20 | 73 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.71 |
| HSL | 254.72º | 0.57% | 0.18% | - |
| HSV(B) | 254.72º | 0.73% | 0.29% | - |
| XYZ | 2.08 | 1.3 | 6.45 | - |
| YUV | 29.93 | 152.31 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 73 | 0.55 | 0.73 | 0 | 0.71 | 254.72 | 0.57 | 0.18 |
| Hex | 21 | 14 | 49 | 37 | 49 | 0 | 47 | FF | 39 | 12 |
| Octal | 41 | 24 | 111 | 67 | 111 | 0 | 107 | 377 | 71 | 22 |
| Binary | 100001 | 10100 | 1001001 | 110111 | 1001001 | 0 | 1000111 | 11111111 | 111001 | 10010 |
Color Harmonies of #211449
Complementary color
Monochromatic Colors of #211449
Black with #211449
Text Example
Text Example
White with #211449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211449; }
p { color: rgb(33,20,73); }
H1.HeaderClassName
{
color: #211449;
}
.AnyTagClassName
{
color: #211449;
}
</style>
background-color css
<style>
a { background-color: #211449; }
a { background-color: rgb(33,20,73); }
div.DivClassName
{
background-color: #211449;
}
.BgClassName
{
background-color: #211449;
}
</style>
border-color css
<style>
span { border-color: #211449; }
span { border-color: rgb(33,20,73); }
td.TdClassName
{
border-color: #211449;
}
.TagClassName
{
border-color: #211449;
}
</style>