Shades of Persian Indigo #220F73
Tints of Persian Indigo #220F73
RGB
CMYK
RGB Variations
Color information
#220F73 (or 0x220F73) is known color: Persian Indigo. HEX triplet: 22, 0F and 73. RGB value is (34,15,115). Sum of RGB (Red+Green+Blue) = 34+15+115=164 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.73% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 115 (45.31% from 255 or 70.12% from 164); Max value from RGB is 115 - color contains mainly: blue. Hex color #220F73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220F73 is #DDF08C. Grayscale: #1F1F1F. Windows color (decimal): -14545037 or 7540514. OLE color: 7540514.
HSL color Cylindrical-coordinate representation of color #220F73: hue angle of 251.4º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #220F73 is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 15 | 115 | - |
| CMYK | 0.70 | 0.87 | 0 | 0.55 |
| HSL | 251.4º | 0.77% | 0.25% | - |
| HSV(B) | 251.4º | 0.87% | 0.45% | - |
| XYZ | 3.93 | 1.92 | 16.38 | - |
| YUV | 32.08 | 174.79 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 15 | 115 | 0.70 | 0.87 | 0 | 0.55 | 251.4 | 0.77 | 0.25 |
| Hex | 22 | F | 73 | 46 | 57 | 0 | 37 | FB | 4D | 19 |
| Octal | 42 | 17 | 163 | 106 | 127 | 0 | 67 | 373 | 115 | 31 |
| Binary | 100010 | 1111 | 1110011 | 1000110 | 1010111 | 0 | 110111 | 11111011 | 1001101 | 11001 |
Color Harmonies of #220F73
Complementary color
Monochromatic Colors of #220F73
Black with #220F73
Text Example
Text Example
White with #220F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220F73; }
p { color: rgb(34,15,115); }
H1.HeaderClassName
{
color: #220F73;
}
.AnyTagClassName
{
color: #220F73;
}
</style>
background-color css
<style>
a { background-color: #220F73; }
a { background-color: rgb(34,15,115); }
div.DivClassName
{
background-color: #220F73;
}
.BgClassName
{
background-color: #220F73;
}
</style>
border-color css
<style>
span { border-color: #220F73; }
span { border-color: rgb(34,15,115); }
td.TdClassName
{
border-color: #220F73;
}
.TagClassName
{
border-color: #220F73;
}
</style>