Shades of Violent Violet #221149
Tints of Violent Violet #221149
RGB
CMYK
RGB Variations
Color information
#221149 (or 0x221149) is known color: Violent Violet. HEX triplet: 22, 11 and 49. RGB value is (34,17,73). Sum of RGB (Red+Green+Blue) = 34+17+73=124 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.42% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 73 (28.91% from 255 or 58.87% from 124); Max value from RGB is 73 - color contains mainly: blue. Hex color #221149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221149 is #DDEEB6. Grayscale: #1C1C1C. Windows color (decimal): -14544567 or 4788514. OLE color: 4788514.
HSL color Cylindrical-coordinate representation of color #221149: hue angle of 258.21º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #221149 is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 17 | 73 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.71 |
| HSL | 258.21º | 0.62% | 0.18% | - |
| HSV(B) | 258.21º | 0.77% | 0.29% | - |
| XYZ | 2.06 | 1.22 | 6.43 | - |
| YUV | 28.47 | 153.13 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 17 | 73 | 0.53 | 0.77 | 0 | 0.71 | 258.21 | 0.62 | 0.18 |
| Hex | 22 | 11 | 49 | 35 | 4D | 0 | 47 | 102 | 3E | 12 |
| Octal | 42 | 21 | 111 | 65 | 115 | 0 | 107 | 402 | 76 | 22 |
| Binary | 100010 | 10001 | 1001001 | 110101 | 1001101 | 0 | 1000111 | 100000010 | 111110 | 10010 |
Color Harmonies of #221149
Complementary color
Monochromatic Colors of #221149
Black with #221149
Text Example
Text Example
White with #221149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221149; }
p { color: rgb(34,17,73); }
H1.HeaderClassName
{
color: #221149;
}
.AnyTagClassName
{
color: #221149;
}
</style>
background-color css
<style>
a { background-color: #221149; }
a { background-color: rgb(34,17,73); }
div.DivClassName
{
background-color: #221149;
}
.BgClassName
{
background-color: #221149;
}
</style>
border-color css
<style>
span { border-color: #221149; }
span { border-color: rgb(34,17,73); }
td.TdClassName
{
border-color: #221149;
}
.TagClassName
{
border-color: #221149;
}
</style>