Shades of Violent Violet #211248
Tints of Violent Violet #211248
RGB
CMYK
RGB Variations
Color information
#211248 (or 0x211248) is known color: Violent Violet. HEX triplet: 21, 12 and 48. RGB value is (33,18,72). Sum of RGB (Red+Green+Blue) = 33+18+72=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 72 (28.52% from 255 or 58.54% from 123); Max value from RGB is 72 - color contains mainly: blue. Hex color #211248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211248 is #DEEDB7. Grayscale: #1C1C1C. Windows color (decimal): -14609848 or 4723233. OLE color: 4723233.
HSL color Cylindrical-coordinate representation of color #211248: hue angle of 256.67º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #211248 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 18 | 72 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.72 |
| HSL | 256.67º | 0.6% | 0.18% | - |
| HSV(B) | 256.67º | 0.75% | 0.28% | - |
| XYZ | 2.01 | 1.22 | 6.26 | - |
| YUV | 28.64 | 152.47 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 18 | 72 | 0.54 | 0.75 | 0 | 0.72 | 256.67 | 0.6 | 0.18 |
| Hex | 21 | 12 | 48 | 36 | 4B | 0 | 48 | 101 | 3C | 12 |
| Octal | 41 | 22 | 110 | 66 | 113 | 0 | 110 | 401 | 74 | 22 |
| Binary | 100001 | 10010 | 1001000 | 110110 | 1001011 | 0 | 1001000 | 100000001 | 111100 | 10010 |
Color Harmonies of #211248
Complementary color
Monochromatic Colors of #211248
Black with #211248
Text Example
Text Example
White with #211248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211248; }
p { color: rgb(33,18,72); }
H1.HeaderClassName
{
color: #211248;
}
.AnyTagClassName
{
color: #211248;
}
</style>
background-color css
<style>
a { background-color: #211248; }
a { background-color: rgb(33,18,72); }
div.DivClassName
{
background-color: #211248;
}
.BgClassName
{
background-color: #211248;
}
</style>
border-color css
<style>
span { border-color: #211248; }
span { border-color: rgb(33,18,72); }
td.TdClassName
{
border-color: #211248;
}
.TagClassName
{
border-color: #211248;
}
</style>