Shades of Persian Indigo #220B72
Tints of Persian Indigo #220B72
RGB
CMYK
RGB Variations
Color information
#220B72 (or 0x220B72) is known color: Persian Indigo. HEX triplet: 22, 0B and 72. RGB value is (34,11,114). Sum of RGB (Red+Green+Blue) = 34+11+114=159 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.38% from 159); Green value is 11 (4.69% from 255 or 6.92% from 159); Blue value is 114 (44.92% from 255 or 71.70% from 159); Max value from RGB is 114 - color contains mainly: blue. Hex color #220B72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220B72 is #DDF48D. Grayscale: #1D1D1D. Windows color (decimal): -14546062 or 7473954. OLE color: 7473954.
HSL color Cylindrical-coordinate representation of color #220B72: hue angle of 253.4º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #220B72 is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 11 | 114 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.55 |
| HSL | 253.4º | 0.82% | 0.25% | - |
| HSV(B) | 253.4º | 0.9% | 0.45% | - |
| XYZ | 3.82 | 1.79 | 16.06 | - |
| YUV | 29.62 | 175.62 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 11 | 114 | 0.70 | 0.90 | 0 | 0.55 | 253.4 | 0.82 | 0.25 |
| Hex | 22 | B | 72 | 46 | 5A | 0 | 37 | FD | 52 | 19 |
| Octal | 42 | 13 | 162 | 106 | 132 | 0 | 67 | 375 | 122 | 31 |
| Binary | 100010 | 1011 | 1110010 | 1000110 | 1011010 | 0 | 110111 | 11111101 | 1010010 | 11001 |
Color Harmonies of #220B72
Complementary color
Monochromatic Colors of #220B72
Black with #220B72
Text Example
Text Example
White with #220B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220B72; }
p { color: rgb(34,11,114); }
H1.HeaderClassName
{
color: #220B72;
}
.AnyTagClassName
{
color: #220B72;
}
</style>
background-color css
<style>
a { background-color: #220B72; }
a { background-color: rgb(34,11,114); }
div.DivClassName
{
background-color: #220B72;
}
.BgClassName
{
background-color: #220B72;
}
</style>
border-color css
<style>
span { border-color: #220B72; }
span { border-color: rgb(34,11,114); }
td.TdClassName
{
border-color: #220B72;
}
.TagClassName
{
border-color: #220B72;
}
</style>