Shades of Violent Violet #220E53
Tints of Violent Violet #220E53
RGB
CMYK
RGB Variations
Color information
#220E53 (or 0x220E53) is known color: Violent Violet. HEX triplet: 22, 0E and 53. RGB value is (34,14,83). Sum of RGB (Red+Green+Blue) = 34+14+83=131 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.95% from 131); Green value is 14 (5.86% from 255 or 10.69% from 131); Blue value is 83 (32.81% from 255 or 63.36% from 131); Max value from RGB is 83 - color contains mainly: blue. Hex color #220E53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220E53 is #DDF1AC. Grayscale: #1B1B1B. Windows color (decimal): -14545325 or 5443106. OLE color: 5443106.
HSL color Cylindrical-coordinate representation of color #220E53: hue angle of 257.39º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #220E53 is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 14 | 83 | - |
| CMYK | 0.59 | 0.83 | 0 | 0.67 |
| HSL | 257.39º | 0.71% | 0.19% | - |
| HSV(B) | 257.39º | 0.83% | 0.33% | - |
| XYZ | 2.38 | 1.28 | 8.31 | - |
| YUV | 27.85 | 159.13 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 14 | 83 | 0.59 | 0.83 | 0 | 0.67 | 257.39 | 0.71 | 0.19 |
| Hex | 22 | E | 53 | 3B | 53 | 0 | 43 | 101 | 47 | 13 |
| Octal | 42 | 16 | 123 | 73 | 123 | 0 | 103 | 401 | 107 | 23 |
| Binary | 100010 | 1110 | 1010011 | 111011 | 1010011 | 0 | 1000011 | 100000001 | 1000111 | 10011 |
Color Harmonies of #220E53
Complementary color
Monochromatic Colors of #220E53
Black with #220E53
Text Example
Text Example
White with #220E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220E53; }
p { color: rgb(34,14,83); }
H1.HeaderClassName
{
color: #220E53;
}
.AnyTagClassName
{
color: #220E53;
}
</style>
background-color css
<style>
a { background-color: #220E53; }
a { background-color: rgb(34,14,83); }
div.DivClassName
{
background-color: #220E53;
}
.BgClassName
{
background-color: #220E53;
}
</style>
border-color css
<style>
span { border-color: #220E53; }
span { border-color: rgb(34,14,83); }
td.TdClassName
{
border-color: #220E53;
}
.TagClassName
{
border-color: #220E53;
}
</style>