Shades of Violent Violet #220A5A
Tints of Violent Violet #220A5A
RGB
CMYK
RGB Variations
Color information
#220A5A (or 0x220A5A) is known color: Violent Violet. HEX triplet: 22, 0A and 5A. RGB value is (34,10,90). Sum of RGB (Red+Green+Blue) = 34+10+90=134 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.37% from 134); Green value is 10 (4.30% from 255 or 7.46% from 134); Blue value is 90 (35.55% from 255 or 67.16% from 134); Max value from RGB is 90 - color contains mainly: blue. Hex color #220A5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220A5A is #DDF5A5. Grayscale: #1A1A1A. Windows color (decimal): -14546342 or 5900834. OLE color: 5900834.
HSL color Cylindrical-coordinate representation of color #220A5A: hue angle of 258º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #220A5A is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 10 | 90 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.65 |
| HSL | 258º | 0.8% | 0.2% | - |
| HSV(B) | 258º | 0.89% | 0.35% | - |
| XYZ | 2.61 | 1.3 | 9.79 | - |
| YUV | 26.3 | 163.95 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 10 | 90 | 0.62 | 0.89 | 0 | 0.65 | 258 | 0.8 | 0.2 |
| Hex | 22 | A | 5A | 3E | 59 | 0 | 41 | 102 | 50 | 14 |
| Octal | 42 | 12 | 132 | 76 | 131 | 0 | 101 | 402 | 120 | 24 |
| Binary | 100010 | 1010 | 1011010 | 111110 | 1011001 | 0 | 1000001 | 100000010 | 1010000 | 10100 |
Color Harmonies of #220A5A
Complementary color
Monochromatic Colors of #220A5A
Black with #220A5A
Text Example
Text Example
White with #220A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220A5A; }
p { color: rgb(34,10,90); }
H1.HeaderClassName
{
color: #220A5A;
}
.AnyTagClassName
{
color: #220A5A;
}
</style>
background-color css
<style>
a { background-color: #220A5A; }
a { background-color: rgb(34,10,90); }
div.DivClassName
{
background-color: #220A5A;
}
.BgClassName
{
background-color: #220A5A;
}
</style>
border-color css
<style>
span { border-color: #220A5A; }
span { border-color: rgb(34,10,90); }
td.TdClassName
{
border-color: #220A5A;
}
.TagClassName
{
border-color: #220A5A;
}
</style>