Shades of Persian Indigo #22117E
Tints of Persian Indigo #22117E
RGB
CMYK
RGB Variations
Color information
#22117E (or 0x22117E) is known color: Persian Indigo. HEX triplet: 22, 11 and 7E. RGB value is (34,17,126). Sum of RGB (Red+Green+Blue) = 34+17+126=177 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.21% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 126 (49.61% from 255 or 71.19% from 177); Max value from RGB is 126 - color contains mainly: blue. Hex color #22117E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22117E is #DDEE81. Grayscale: #222222. Windows color (decimal): -14544514 or 8261922. OLE color: 8261922.
HSL color Cylindrical-coordinate representation of color #22117E: hue angle of 249.36º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #22117E is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 17 | 126 | - |
| CMYK | 0.73 | 0.87 | 0 | 0.51 |
| HSL | 249.36º | 0.76% | 0.28% | - |
| HSV(B) | 249.36º | 0.87% | 0.49% | - |
| XYZ | 4.63 | 2.25 | 19.93 | - |
| YUV | 34.51 | 179.63 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 17 | 126 | 0.73 | 0.87 | 0 | 0.51 | 249.36 | 0.76 | 0.28 |
| Hex | 22 | 11 | 7E | 49 | 57 | 0 | 33 | F9 | 4C | 1C |
| Octal | 42 | 21 | 176 | 111 | 127 | 0 | 63 | 371 | 114 | 34 |
| Binary | 100010 | 10001 | 1111110 | 1001001 | 1010111 | 0 | 110011 | 11111001 | 1001100 | 11100 |
Color Harmonies of #22117E
Complementary color
Monochromatic Colors of #22117E
Black with #22117E
Text Example
Text Example
White with #22117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22117E; }
p { color: rgb(34,17,126); }
H1.HeaderClassName
{
color: #22117E;
}
.AnyTagClassName
{
color: #22117E;
}
</style>
background-color css
<style>
a { background-color: #22117E; }
a { background-color: rgb(34,17,126); }
div.DivClassName
{
background-color: #22117E;
}
.BgClassName
{
background-color: #22117E;
}
</style>
border-color css
<style>
span { border-color: #22117E; }
span { border-color: rgb(34,17,126); }
td.TdClassName
{
border-color: #22117E;
}
.TagClassName
{
border-color: #22117E;
}
</style>