Shades of Violent Violet #211441
Tints of Violent Violet #211441
RGB
CMYK
RGB Variations
Color information
#211441 (or 0x211441) is known color: Violent Violet. HEX triplet: 21, 14 and 41. RGB value is (33,20,65). Sum of RGB (Red+Green+Blue) = 33+20+65=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 65 (25.78% from 255 or 55.08% from 118); Max value from RGB is 65 - color contains mainly: blue. Hex color #211441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211441 is #DEEBBE. Grayscale: #1C1C1C. Windows color (decimal): -14609343 or 4264993. OLE color: 4264993.
HSL color Cylindrical-coordinate representation of color #211441: hue angle of 257.33º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #211441 is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 20 | 65 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.75 |
| HSL | 257.33º | 0.53% | 0.17% | - |
| HSV(B) | 257.33º | 0.69% | 0.25% | - |
| XYZ | 1.83 | 1.21 | 5.14 | - |
| YUV | 29.02 | 148.31 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 65 | 0.49 | 0.69 | 0 | 0.75 | 257.33 | 0.53 | 0.17 |
| Hex | 21 | 14 | 41 | 31 | 45 | 0 | 4B | 101 | 35 | 11 |
| Octal | 41 | 24 | 101 | 61 | 105 | 0 | 113 | 401 | 65 | 21 |
| Binary | 100001 | 10100 | 1000001 | 110001 | 1000101 | 0 | 1001011 | 100000001 | 110101 | 10001 |
Color Harmonies of #211441
Complementary color
Monochromatic Colors of #211441
Black with #211441
Text Example
Text Example
White with #211441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211441; }
p { color: rgb(33,20,65); }
H1.HeaderClassName
{
color: #211441;
}
.AnyTagClassName
{
color: #211441;
}
</style>
background-color css
<style>
a { background-color: #211441; }
a { background-color: rgb(33,20,65); }
div.DivClassName
{
background-color: #211441;
}
.BgClassName
{
background-color: #211441;
}
</style>
border-color css
<style>
span { border-color: #211441; }
span { border-color: rgb(33,20,65); }
td.TdClassName
{
border-color: #211441;
}
.TagClassName
{
border-color: #211441;
}
</style>