Shades of Violent Violet #211646
Tints of Violent Violet #211646
RGB
CMYK
RGB Variations
Color information
#211646 (or 0x211646) is known color: Violent Violet. HEX triplet: 21, 16 and 46. RGB value is (33,22,70). Sum of RGB (Red+Green+Blue) = 33+22+70=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 70 (27.73% from 255 or 56% from 125); Max value from RGB is 70 - color contains mainly: blue. Hex color #211646 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211646 is #DEE9B9. Grayscale: #1E1E1E. Windows color (decimal): -14608826 or 4593185. OLE color: 4593185.
HSL color Cylindrical-coordinate representation of color #211646: hue angle of 253.75º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #211646 is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 22 | 70 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.73 |
| HSL | 253.75º | 0.52% | 0.18% | - |
| HSV(B) | 253.75º | 0.69% | 0.27% | - |
| XYZ | 2.02 | 1.34 | 5.95 | - |
| YUV | 30.76 | 150.14 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 22 | 70 | 0.53 | 0.69 | 0 | 0.73 | 253.75 | 0.52 | 0.18 |
| Hex | 21 | 16 | 46 | 35 | 45 | 0 | 49 | FE | 34 | 12 |
| Octal | 41 | 26 | 106 | 65 | 105 | 0 | 111 | 376 | 64 | 22 |
| Binary | 100001 | 10110 | 1000110 | 110101 | 1000101 | 0 | 1001001 | 11111110 | 110100 | 10010 |
Color Harmonies of #211646
Complementary color
Monochromatic Colors of #211646
Black with #211646
Text Example
Text Example
White with #211646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211646; }
p { color: rgb(33,22,70); }
H1.HeaderClassName
{
color: #211646;
}
.AnyTagClassName
{
color: #211646;
}
</style>
background-color css
<style>
a { background-color: #211646; }
a { background-color: rgb(33,22,70); }
div.DivClassName
{
background-color: #211646;
}
.BgClassName
{
background-color: #211646;
}
</style>
border-color css
<style>
span { border-color: #211646; }
span { border-color: rgb(33,22,70); }
td.TdClassName
{
border-color: #211646;
}
.TagClassName
{
border-color: #211646;
}
</style>