Shades of Persian Indigo #22005C
Tints of Persian Indigo #22005C
RGB
CMYK
RGB Variations
Color information
#22005C (or 0x22005C) is known color: Persian Indigo. HEX triplet: 22, 00 and 5C. RGB value is (34,0,92). Sum of RGB (Red+Green+Blue) = 34+0+92=126 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.98% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 92 (36.33% from 255 or 73.02% from 126); Max value from RGB is 92 - color contains mainly: blue. Hex color #22005C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22005C is #DDFFA3. Grayscale: #141414. Windows color (decimal): -14548900 or 6029346. OLE color: 6029346.
HSL color Cylindrical-coordinate representation of color #22005C: hue angle of 262.17º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #22005C is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 0 | 92 | - |
| CMYK | 0.63 | 1 | 0 | 0.64 |
| HSL | 262.17º | 1% | 0.18% | - |
| HSV(B) | 262.17º | 1% | 0.36% | - |
| XYZ | 2.59 | 1.11 | 10.2 | - |
| YUV | 20.65 | 168.26 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 0 | 92 | 0.63 | 1 | 0 | 0.64 | 262.17 | 1 | 0.18 |
| Hex | 22 | 0 | 5C | 3F | 64 | 0 | 40 | 106 | 64 | 12 |
| Octal | 42 | 0 | 134 | 77 | 144 | 0 | 100 | 406 | 144 | 22 |
| Binary | 100010 | 0 | 1011100 | 111111 | 1100100 | 0 | 1000000 | 100000110 | 1100100 | 10010 |
Color Harmonies of #22005C
Complementary color
Monochromatic Colors of #22005C
Black with #22005C
Text Example
Text Example
White with #22005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22005C; }
p { color: rgb(34,0,92); }
H1.HeaderClassName
{
color: #22005C;
}
.AnyTagClassName
{
color: #22005C;
}
</style>
background-color css
<style>
a { background-color: #22005C; }
a { background-color: rgb(34,0,92); }
div.DivClassName
{
background-color: #22005C;
}
.BgClassName
{
background-color: #22005C;
}
</style>
border-color css
<style>
span { border-color: #22005C; }
span { border-color: rgb(34,0,92); }
td.TdClassName
{
border-color: #22005C;
}
.TagClassName
{
border-color: #22005C;
}
</style>