Shades of Persian Indigo #22127E
Tints of Persian Indigo #22127E
RGB
CMYK
RGB Variations
Color information
#22127E (or 0x22127E) is known color: Persian Indigo. HEX triplet: 22, 12 and 7E. RGB value is (34,18,126). Sum of RGB (Red+Green+Blue) = 34+18+126=178 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.10% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 126 (49.61% from 255 or 70.79% from 178); Max value from RGB is 126 - color contains mainly: blue. Hex color #22127E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22127E is #DDED81. Grayscale: #222222. Windows color (decimal): -14544258 or 8262178. OLE color: 8262178.
HSL color Cylindrical-coordinate representation of color #22127E: hue angle of 248.89º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22127E is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 18 | 126 | - |
| CMYK | 0.73 | 0.86 | 0 | 0.51 |
| HSL | 248.89º | 0.75% | 0.28% | - |
| HSV(B) | 248.89º | 0.86% | 0.49% | - |
| XYZ | 4.64 | 2.28 | 19.93 | - |
| YUV | 35.1 | 179.3 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 18 | 126 | 0.73 | 0.86 | 0 | 0.51 | 248.89 | 0.75 | 0.28 |
| Hex | 22 | 12 | 7E | 49 | 56 | 0 | 33 | F9 | 4B | 1C |
| Octal | 42 | 22 | 176 | 111 | 126 | 0 | 63 | 371 | 113 | 34 |
| Binary | 100010 | 10010 | 1111110 | 1001001 | 1010110 | 0 | 110011 | 11111001 | 1001011 | 11100 |
Color Harmonies of #22127E
Complementary color
Monochromatic Colors of #22127E
Black with #22127E
Text Example
Text Example
White with #22127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22127E; }
p { color: rgb(34,18,126); }
H1.HeaderClassName
{
color: #22127E;
}
.AnyTagClassName
{
color: #22127E;
}
</style>
background-color css
<style>
a { background-color: #22127E; }
a { background-color: rgb(34,18,126); }
div.DivClassName
{
background-color: #22127E;
}
.BgClassName
{
background-color: #22127E;
}
</style>
border-color css
<style>
span { border-color: #22127E; }
span { border-color: rgb(34,18,126); }
td.TdClassName
{
border-color: #22127E;
}
.TagClassName
{
border-color: #22127E;
}
</style>