Shades of Violent Violet #221341
Tints of Violent Violet #221341
RGB
CMYK
RGB Variations
Color information
#221341 (or 0x221341) is known color: Violent Violet. HEX triplet: 22, 13 and 41. RGB value is (34,19,65). Sum of RGB (Red+Green+Blue) = 34+19+65=118 (15% of max value = 765). Red value is 34 (13.67% from 255 or 28.81% from 118); Green value is 19 (7.81% from 255 or 16.10% 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 #221341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221341 is #DDECBE. Grayscale: #1C1C1C. Windows color (decimal): -14544063 or 4264738. OLE color: 4264738.
HSL color Cylindrical-coordinate representation of color #221341: hue angle of 259.57º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #221341 is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 19 | 65 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.75 |
| HSL | 259.57º | 0.55% | 0.16% | - |
| HSV(B) | 259.57º | 0.71% | 0.25% | - |
| XYZ | 1.85 | 1.19 | 5.13 | - |
| YUV | 28.73 | 148.47 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 19 | 65 | 0.48 | 0.71 | 0 | 0.75 | 259.57 | 0.55 | 0.16 |
| Hex | 22 | 13 | 41 | 30 | 47 | 0 | 4B | 104 | 37 | 10 |
| Octal | 42 | 23 | 101 | 60 | 107 | 0 | 113 | 404 | 67 | 20 |
| Binary | 100010 | 10011 | 1000001 | 110000 | 1000111 | 0 | 1001011 | 100000100 | 110111 | 10000 |
Color Harmonies of #221341
Complementary color
Monochromatic Colors of #221341
Black with #221341
Text Example
Text Example
White with #221341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221341; }
p { color: rgb(34,19,65); }
H1.HeaderClassName
{
color: #221341;
}
.AnyTagClassName
{
color: #221341;
}
</style>
background-color css
<style>
a { background-color: #221341; }
a { background-color: rgb(34,19,65); }
div.DivClassName
{
background-color: #221341;
}
.BgClassName
{
background-color: #221341;
}
</style>
border-color css
<style>
span { border-color: #221341; }
span { border-color: rgb(34,19,65); }
td.TdClassName
{
border-color: #221341;
}
.TagClassName
{
border-color: #221341;
}
</style>