Shades of Violent Violet #211240
Tints of Violent Violet #211240
RGB
CMYK
RGB Variations
Color information
#211240 (or 0x211240) is known color: Violent Violet. HEX triplet: 21, 12 and 40. RGB value is (33,18,64). Sum of RGB (Red+Green+Blue) = 33+18+64=115 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.70% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 64 (25.39% from 255 or 55.65% from 115); Max value from RGB is 64 - color contains mainly: blue. Hex color #211240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211240 is #DEEDBF. Grayscale: #1B1B1B. Windows color (decimal): -14609856 or 4198945. OLE color: 4198945.
HSL color Cylindrical-coordinate representation of color #211240: hue angle of 259.57º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #211240 is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 18 | 64 | - |
| CMYK | 0.48 | 0.72 | 0 | 0.75 |
| HSL | 259.57º | 0.56% | 0.16% | - |
| HSV(B) | 259.57º | 0.72% | 0.25% | - |
| XYZ | 1.77 | 1.13 | 4.97 | - |
| YUV | 27.73 | 148.47 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 18 | 64 | 0.48 | 0.72 | 0 | 0.75 | 259.57 | 0.56 | 0.16 |
| Hex | 21 | 12 | 40 | 30 | 48 | 0 | 4B | 104 | 38 | 10 |
| Octal | 41 | 22 | 100 | 60 | 110 | 0 | 113 | 404 | 70 | 20 |
| Binary | 100001 | 10010 | 1000000 | 110000 | 1001000 | 0 | 1001011 | 100000100 | 111000 | 10000 |
Color Harmonies of #211240
Complementary color
Monochromatic Colors of #211240
Black with #211240
Text Example
Text Example
White with #211240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211240; }
p { color: rgb(33,18,64); }
H1.HeaderClassName
{
color: #211240;
}
.AnyTagClassName
{
color: #211240;
}
</style>
background-color css
<style>
a { background-color: #211240; }
a { background-color: rgb(33,18,64); }
div.DivClassName
{
background-color: #211240;
}
.BgClassName
{
background-color: #211240;
}
</style>
border-color css
<style>
span { border-color: #211240; }
span { border-color: rgb(33,18,64); }
td.TdClassName
{
border-color: #211240;
}
.TagClassName
{
border-color: #211240;
}
</style>