Shades of Persian Indigo #22037E
Tints of Persian Indigo #22037E
RGB
CMYK
RGB Variations
Color information
#22037E (or 0x22037E) is known color: Persian Indigo. HEX triplet: 22, 03 and 7E. RGB value is (34,3,126). Sum of RGB (Red+Green+Blue) = 34+3+126=163 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.86% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 126 (49.61% from 255 or 77.30% from 163); Max value from RGB is 126 - color contains mainly: blue. Hex color #22037E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22037E is #DDFC81. Grayscale: #191919. Windows color (decimal): -14548098 or 8258338. OLE color: 8258338.
HSL color Cylindrical-coordinate representation of color #22037E: hue angle of 255.12º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #22037E is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 3 | 126 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.51 |
| HSL | 255.12º | 0.95% | 0.25% | - |
| HSV(B) | 255.12º | 0.98% | 0.49% | - |
| XYZ | 4.46 | 1.91 | 19.87 | - |
| YUV | 26.29 | 184.27 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 3 | 126 | 0.73 | 0.98 | 0 | 0.51 | 255.12 | 0.95 | 0.25 |
| Hex | 22 | 3 | 7E | 49 | 62 | 0 | 33 | FF | 5F | 19 |
| Octal | 42 | 3 | 176 | 111 | 142 | 0 | 63 | 377 | 137 | 31 |
| Binary | 100010 | 11 | 1111110 | 1001001 | 1100010 | 0 | 110011 | 11111111 | 1011111 | 11001 |
Color Harmonies of #22037E
Complementary color
Monochromatic Colors of #22037E
Black with #22037E
Text Example
Text Example
White with #22037E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22037E; }
p { color: rgb(34,3,126); }
H1.HeaderClassName
{
color: #22037E;
}
.AnyTagClassName
{
color: #22037E;
}
</style>
background-color css
<style>
a { background-color: #22037E; }
a { background-color: rgb(34,3,126); }
div.DivClassName
{
background-color: #22037E;
}
.BgClassName
{
background-color: #22037E;
}
</style>
border-color css
<style>
span { border-color: #22037E; }
span { border-color: rgb(34,3,126); }
td.TdClassName
{
border-color: #22037E;
}
.TagClassName
{
border-color: #22037E;
}
</style>