Shades of Persian Indigo #22047E
Tints of Persian Indigo #22047E
RGB
CMYK
RGB Variations
Color information
#22047E (or 0x22047E) is known color: Persian Indigo. HEX triplet: 22, 04 and 7E. RGB value is (34,4,126). Sum of RGB (Red+Green+Blue) = 34+4+126=164 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.73% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 126 (49.61% from 255 or 76.83% from 164); Max value from RGB is 126 - color contains mainly: blue. Hex color #22047E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22047E is #DDFB81. Grayscale: #1A1A1A. Windows color (decimal): -14547842 or 8258594. OLE color: 8258594.
HSL color Cylindrical-coordinate representation of color #22047E: hue angle of 254.75º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #22047E is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 4 | 126 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.51 |
| HSL | 254.75º | 0.94% | 0.25% | - |
| HSV(B) | 254.75º | 0.97% | 0.49% | - |
| XYZ | 4.47 | 1.93 | 19.88 | - |
| YUV | 26.88 | 183.94 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 4 | 126 | 0.73 | 0.97 | 0 | 0.51 | 254.75 | 0.94 | 0.25 |
| Hex | 22 | 4 | 7E | 49 | 61 | 0 | 33 | FF | 5E | 19 |
| Octal | 42 | 4 | 176 | 111 | 141 | 0 | 63 | 377 | 136 | 31 |
| Binary | 100010 | 100 | 1111110 | 1001001 | 1100001 | 0 | 110011 | 11111111 | 1011110 | 11001 |
Color Harmonies of #22047E
Complementary color
Monochromatic Colors of #22047E
Black with #22047E
Text Example
Text Example
White with #22047E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22047E; }
p { color: rgb(34,4,126); }
H1.HeaderClassName
{
color: #22047E;
}
.AnyTagClassName
{
color: #22047E;
}
</style>
background-color css
<style>
a { background-color: #22047E; }
a { background-color: rgb(34,4,126); }
div.DivClassName
{
background-color: #22047E;
}
.BgClassName
{
background-color: #22047E;
}
</style>
border-color css
<style>
span { border-color: #22047E; }
span { border-color: rgb(34,4,126); }
td.TdClassName
{
border-color: #22047E;
}
.TagClassName
{
border-color: #22047E;
}
</style>