Shades of Violent Violet #221340
Tints of Violent Violet #221340
RGB
CMYK
RGB Variations
Color information
#221340 (or 0x221340) is known color: Violent Violet. HEX triplet: 22, 13 and 40. RGB value is (34,19,64). Sum of RGB (Red+Green+Blue) = 34+19+64=117 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.06% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #221340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221340 is #DDECBF. Grayscale: #1C1C1C. Windows color (decimal): -14544064 or 4199202. OLE color: 4199202.
HSL color Cylindrical-coordinate representation of color #221340: hue angle of 260º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #221340 is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 19 | 64 | - |
| CMYK | 0.47 | 0.70 | 0 | 0.75 |
| HSL | 260º | 0.54% | 0.16% | - |
| HSV(B) | 260º | 0.7% | 0.25% | - |
| XYZ | 1.82 | 1.18 | 4.98 | - |
| YUV | 28.62 | 147.97 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 19 | 64 | 0.47 | 0.70 | 0 | 0.75 | 260 | 0.54 | 0.16 |
| Hex | 22 | 13 | 40 | 2F | 46 | 0 | 4B | 104 | 36 | 10 |
| Octal | 42 | 23 | 100 | 57 | 106 | 0 | 113 | 404 | 66 | 20 |
| Binary | 100010 | 10011 | 1000000 | 101111 | 1000110 | 0 | 1001011 | 100000100 | 110110 | 10000 |
Color Harmonies of #221340
Complementary color
Monochromatic Colors of #221340
Black with #221340
Text Example
Text Example
White with #221340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221340; }
p { color: rgb(34,19,64); }
H1.HeaderClassName
{
color: #221340;
}
.AnyTagClassName
{
color: #221340;
}
</style>
background-color css
<style>
a { background-color: #221340; }
a { background-color: rgb(34,19,64); }
div.DivClassName
{
background-color: #221340;
}
.BgClassName
{
background-color: #221340;
}
</style>
border-color css
<style>
span { border-color: #221340; }
span { border-color: rgb(34,19,64); }
td.TdClassName
{
border-color: #221340;
}
.TagClassName
{
border-color: #221340;
}
</style>