Shades of Violent Violet #220F4D
Tints of Violent Violet #220F4D
RGB
CMYK
RGB Variations
Color information
#220F4D (or 0x220F4D) is known color: Violent Violet. HEX triplet: 22, 0F and 4D. RGB value is (34,15,77). Sum of RGB (Red+Green+Blue) = 34+15+77=126 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.98% from 126); Green value is 15 (6.25% from 255 or 11.90% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #220F4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220F4D is #DDF0B2. Grayscale: #1B1B1B. Windows color (decimal): -14545075 or 5050146. OLE color: 5050146.
HSL color Cylindrical-coordinate representation of color #220F4D: hue angle of 258.39º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #220F4D is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 34 | 15 | 77 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.70 |
| HSL | 258.39º | 0.67% | 0.18% | - |
| HSV(B) | 258.39º | 0.81% | 0.3% | - |
| XYZ | 2.17 | 1.22 | 7.14 | - |
| YUV | 27.75 | 155.79 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 15 | 77 | 0.56 | 0.81 | 0 | 0.70 | 258.39 | 0.67 | 0.18 |
| Hex | 22 | F | 4D | 38 | 51 | 0 | 46 | 102 | 43 | 12 |
| Octal | 42 | 17 | 115 | 70 | 121 | 0 | 106 | 402 | 103 | 22 |
| Binary | 100010 | 1111 | 1001101 | 111000 | 1010001 | 0 | 1000110 | 100000010 | 1000011 | 10010 |
Color Harmonies of #220F4D
Complementary color
Monochromatic Colors of #220F4D
Black with #220F4D
Text Example
Text Example
White with #220F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220F4D; }
p { color: rgb(34,15,77); }
H1.HeaderClassName
{
color: #220F4D;
}
.AnyTagClassName
{
color: #220F4D;
}
</style>
background-color css
<style>
a { background-color: #220F4D; }
a { background-color: rgb(34,15,77); }
div.DivClassName
{
background-color: #220F4D;
}
.BgClassName
{
background-color: #220F4D;
}
</style>
border-color css
<style>
span { border-color: #220F4D; }
span { border-color: rgb(34,15,77); }
td.TdClassName
{
border-color: #220F4D;
}
.TagClassName
{
border-color: #220F4D;
}
</style>