Shades of Persian Indigo #22075E
Tints of Persian Indigo #22075E
RGB
CMYK
RGB Variations
Color information
#22075E (or 0x22075E) is known color: Persian Indigo. HEX triplet: 22, 07 and 5E. RGB value is (34,7,94). Sum of RGB (Red+Green+Blue) = 34+7+94=135 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.19% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 94 (37.11% from 255 or 69.63% from 135); Max value from RGB is 94 - color contains mainly: blue. Hex color #22075E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22075E is #DDF8A1. Grayscale: #181818. Windows color (decimal): -14547106 or 6162210. OLE color: 6162210.
HSL color Cylindrical-coordinate representation of color #22075E: hue angle of 258.62º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #22075E is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 34 | 7 | 94 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.63 |
| HSL | 258.62º | 0.86% | 0.2% | - |
| HSV(B) | 258.62º | 0.93% | 0.37% | - |
| XYZ | 2.76 | 1.3 | 10.7 | - |
| YUV | 24.99 | 166.95 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 7 | 94 | 0.64 | 0.93 | 0 | 0.63 | 258.62 | 0.86 | 0.2 |
| Hex | 22 | 7 | 5E | 40 | 5D | 0 | 3F | 103 | 56 | 14 |
| Octal | 42 | 7 | 136 | 100 | 135 | 0 | 77 | 403 | 126 | 24 |
| Binary | 100010 | 111 | 1011110 | 1000000 | 1011101 | 0 | 111111 | 100000011 | 1010110 | 10100 |
Color Harmonies of #22075E
Complementary color
Monochromatic Colors of #22075E
Black with #22075E
Text Example
Text Example
White with #22075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22075E; }
p { color: rgb(34,7,94); }
H1.HeaderClassName
{
color: #22075E;
}
.AnyTagClassName
{
color: #22075E;
}
</style>
background-color css
<style>
a { background-color: #22075E; }
a { background-color: rgb(34,7,94); }
div.DivClassName
{
background-color: #22075E;
}
.BgClassName
{
background-color: #22075E;
}
</style>
border-color css
<style>
span { border-color: #22075E; }
span { border-color: rgb(34,7,94); }
td.TdClassName
{
border-color: #22075E;
}
.TagClassName
{
border-color: #22075E;
}
</style>