Shades of Persian Indigo #22096C
Tints of Persian Indigo #22096C
RGB
CMYK
RGB Variations
Color information
#22096C (or 0x22096C) is known color: Persian Indigo. HEX triplet: 22, 09 and 6C. RGB value is (34,9,108). Sum of RGB (Red+Green+Blue) = 34+9+108=151 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.52% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 108 (42.58% from 255 or 71.52% from 151); Max value from RGB is 108 - color contains mainly: blue. Hex color #22096C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22096C is #DDF693. Grayscale: #1B1B1B. Windows color (decimal): -14546580 or 7080226. OLE color: 7080226.
HSL color Cylindrical-coordinate representation of color #22096C: hue angle of 255.15º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #22096C is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 34 | 9 | 108 | - |
| CMYK | 0.69 | 0.92 | 0 | 0.58 |
| HSL | 255.15º | 0.85% | 0.23% | - |
| HSV(B) | 255.15º | 0.92% | 0.42% | - |
| XYZ | 3.46 | 1.62 | 14.32 | - |
| YUV | 27.76 | 173.28 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 9 | 108 | 0.69 | 0.92 | 0 | 0.58 | 255.15 | 0.85 | 0.23 |
| Hex | 22 | 9 | 6C | 45 | 5C | 0 | 3A | FF | 55 | 17 |
| Octal | 42 | 11 | 154 | 105 | 134 | 0 | 72 | 377 | 125 | 27 |
| Binary | 100010 | 1001 | 1101100 | 1000101 | 1011100 | 0 | 111010 | 11111111 | 1010101 | 10111 |
Color Harmonies of #22096C
Complementary color
Monochromatic Colors of #22096C
Black with #22096C
Text Example
Text Example
White with #22096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22096C; }
p { color: rgb(34,9,108); }
H1.HeaderClassName
{
color: #22096C;
}
.AnyTagClassName
{
color: #22096C;
}
</style>
background-color css
<style>
a { background-color: #22096C; }
a { background-color: rgb(34,9,108); }
div.DivClassName
{
background-color: #22096C;
}
.BgClassName
{
background-color: #22096C;
}
</style>
border-color css
<style>
span { border-color: #22096C; }
span { border-color: rgb(34,9,108); }
td.TdClassName
{
border-color: #22096C;
}
.TagClassName
{
border-color: #22096C;
}
</style>