Shades of Violent Violet #211040
Tints of Violent Violet #211040
RGB
CMYK
RGB Variations
Color information
#211040 (or 0x211040) is known color: Violent Violet. HEX triplet: 21, 10 and 40. RGB value is (33,16,64). Sum of RGB (Red+Green+Blue) = 33+16+64=113 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.20% from 113); Green value is 16 (6.64% from 255 or 14.16% from 113); Blue value is 64 (25.39% from 255 or 56.64% from 113); Max value from RGB is 64 - color contains mainly: blue. Hex color #211040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211040 is #DEEFBF. Grayscale: #1A1A1A. Windows color (decimal): -14610368 or 4198433. OLE color: 4198433.
HSL color Cylindrical-coordinate representation of color #211040: hue angle of 261.25º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #211040 is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 16 | 64 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.75 |
| HSL | 261.25º | 0.6% | 0.16% | - |
| HSV(B) | 261.25º | 0.75% | 0.25% | - |
| XYZ | 1.74 | 1.06 | 4.96 | - |
| YUV | 26.56 | 149.13 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 16 | 64 | 0.48 | 0.75 | 0 | 0.75 | 261.25 | 0.6 | 0.16 |
| Hex | 21 | 10 | 40 | 30 | 4B | 0 | 4B | 105 | 3C | 10 |
| Octal | 41 | 20 | 100 | 60 | 113 | 0 | 113 | 405 | 74 | 20 |
| Binary | 100001 | 10000 | 1000000 | 110000 | 1001011 | 0 | 1001011 | 100000101 | 111100 | 10000 |
Color Harmonies of #211040
Complementary color
Monochromatic Colors of #211040
Black with #211040
Text Example
Text Example
White with #211040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211040; }
p { color: rgb(33,16,64); }
H1.HeaderClassName
{
color: #211040;
}
.AnyTagClassName
{
color: #211040;
}
</style>
background-color css
<style>
a { background-color: #211040; }
a { background-color: rgb(33,16,64); }
div.DivClassName
{
background-color: #211040;
}
.BgClassName
{
background-color: #211040;
}
</style>
border-color css
<style>
span { border-color: #211040; }
span { border-color: rgb(33,16,64); }
td.TdClassName
{
border-color: #211040;
}
.TagClassName
{
border-color: #211040;
}
</style>