Shades of Persian Indigo #22007F
Tints of Persian Indigo #22007F
RGB
CMYK
RGB Variations
Color information
#22007F (or 0x22007F) is known color: Persian Indigo. HEX triplet: 22, 00 and 7F. RGB value is (34,0,127). Sum of RGB (Red+Green+Blue) = 34+0+127=161 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.12% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 127 (50% from 255 or 78.88% from 161); Max value from RGB is 127 - color contains mainly: blue. Hex color #22007F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22007F is #DDFF80. Grayscale: #181818. Windows color (decimal): -14548865 or 8323106. OLE color: 8323106.
HSL color Cylindrical-coordinate representation of color #22007F: hue angle of 256.06º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #22007F is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 34 | 0 | 127 | - |
| CMYK | 0.73 | 1 | 0 | 0.50 |
| HSL | 256.06º | 1% | 0.25% | - |
| HSV(B) | 256.06º | 1% | 0.5% | - |
| XYZ | 4.49 | 1.87 | 20.2 | - |
| YUV | 24.64 | 185.76 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 0 | 127 | 0.73 | 1 | 0 | 0.50 | 256.06 | 1 | 0.25 |
| Hex | 22 | 0 | 7F | 49 | 64 | 0 | 32 | 100 | 64 | 19 |
| Octal | 42 | 0 | 177 | 111 | 144 | 0 | 62 | 400 | 144 | 31 |
| Binary | 100010 | 0 | 1111111 | 1001001 | 1100100 | 0 | 110010 | 100000000 | 1100100 | 11001 |
Color Harmonies of #22007F
Complementary color
Monochromatic Colors of #22007F
Black with #22007F
Text Example
Text Example
White with #22007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22007F; }
p { color: rgb(34,0,127); }
H1.HeaderClassName
{
color: #22007F;
}
.AnyTagClassName
{
color: #22007F;
}
</style>
background-color css
<style>
a { background-color: #22007F; }
a { background-color: rgb(34,0,127); }
div.DivClassName
{
background-color: #22007F;
}
.BgClassName
{
background-color: #22007F;
}
</style>
border-color css
<style>
span { border-color: #22007F; }
span { border-color: rgb(34,0,127); }
td.TdClassName
{
border-color: #22007F;
}
.TagClassName
{
border-color: #22007F;
}
</style>