Shades of Persian Indigo #220E70
Tints of Persian Indigo #220E70
RGB
CMYK
RGB Variations
Color information
#220E70 (or 0x220E70) is known color: Persian Indigo. HEX triplet: 22, 0E and 70. RGB value is (34,14,112). Sum of RGB (Red+Green+Blue) = 34+14+112=160 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.25% from 160); Green value is 14 (5.86% from 255 or 8.75% from 160); Blue value is 112 (44.14% from 255 or 70% from 160); Max value from RGB is 112 - color contains mainly: blue. Hex color #220E70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220E70 is #DDF18F. Grayscale: #1E1E1E. Windows color (decimal): -14545296 or 7343650. OLE color: 7343650.
HSL color Cylindrical-coordinate representation of color #220E70: hue angle of 252.24º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #220E70 is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 14 | 112 | - |
| CMYK | 0.70 | 0.88 | 0 | 0.56 |
| HSL | 252.24º | 0.78% | 0.25% | - |
| HSV(B) | 252.24º | 0.88% | 0.44% | - |
| XYZ | 3.74 | 1.82 | 15.48 | - |
| YUV | 31.15 | 173.63 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 14 | 112 | 0.70 | 0.88 | 0 | 0.56 | 252.24 | 0.78 | 0.25 |
| Hex | 22 | E | 70 | 46 | 58 | 0 | 38 | FC | 4E | 19 |
| Octal | 42 | 16 | 160 | 106 | 130 | 0 | 70 | 374 | 116 | 31 |
| Binary | 100010 | 1110 | 1110000 | 1000110 | 1011000 | 0 | 111000 | 11111100 | 1001110 | 11001 |
Color Harmonies of #220E70
Complementary color
Monochromatic Colors of #220E70
Black with #220E70
Text Example
Text Example
White with #220E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220E70; }
p { color: rgb(34,14,112); }
H1.HeaderClassName
{
color: #220E70;
}
.AnyTagClassName
{
color: #220E70;
}
</style>
background-color css
<style>
a { background-color: #220E70; }
a { background-color: rgb(34,14,112); }
div.DivClassName
{
background-color: #220E70;
}
.BgClassName
{
background-color: #220E70;
}
</style>
border-color css
<style>
span { border-color: #220E70; }
span { border-color: rgb(34,14,112); }
td.TdClassName
{
border-color: #220E70;
}
.TagClassName
{
border-color: #220E70;
}
</style>