Shades of Persian Indigo #220D72
Tints of Persian Indigo #220D72
RGB
CMYK
RGB Variations
Color information
#220D72 (or 0x220D72) is known color: Persian Indigo. HEX triplet: 22, 0D and 72. RGB value is (34,13,114). Sum of RGB (Red+Green+Blue) = 34+13+114=161 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.12% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 114 (44.92% from 255 or 70.81% from 161); Max value from RGB is 114 - color contains mainly: blue. Hex color #220D72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220D72 is #DDF28D. Grayscale: #1E1E1E. Windows color (decimal): -14545550 or 7474466. OLE color: 7474466.
HSL color Cylindrical-coordinate representation of color #220D72: hue angle of 252.48º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #220D72 is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 13 | 114 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.55 |
| HSL | 252.48º | 0.8% | 0.25% | - |
| HSV(B) | 252.48º | 0.89% | 0.45% | - |
| XYZ | 3.84 | 1.84 | 16.07 | - |
| YUV | 30.79 | 174.96 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 13 | 114 | 0.70 | 0.89 | 0 | 0.55 | 252.48 | 0.8 | 0.25 |
| Hex | 22 | D | 72 | 46 | 59 | 0 | 37 | FC | 50 | 19 |
| Octal | 42 | 15 | 162 | 106 | 131 | 0 | 67 | 374 | 120 | 31 |
| Binary | 100010 | 1101 | 1110010 | 1000110 | 1011001 | 0 | 110111 | 11111100 | 1010000 | 11001 |
Color Harmonies of #220D72
Complementary color
Monochromatic Colors of #220D72
Black with #220D72
Text Example
Text Example
White with #220D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220D72; }
p { color: rgb(34,13,114); }
H1.HeaderClassName
{
color: #220D72;
}
.AnyTagClassName
{
color: #220D72;
}
</style>
background-color css
<style>
a { background-color: #220D72; }
a { background-color: rgb(34,13,114); }
div.DivClassName
{
background-color: #220D72;
}
.BgClassName
{
background-color: #220D72;
}
</style>
border-color css
<style>
span { border-color: #220D72; }
span { border-color: rgb(34,13,114); }
td.TdClassName
{
border-color: #220D72;
}
.TagClassName
{
border-color: #220D72;
}
</style>