Shades of Persian Indigo #221182
Tints of Persian Indigo #221182
RGB
CMYK
RGB Variations
Color information
#221182 (or 0x221182) is known color: Persian Indigo. HEX triplet: 22, 11 and 82. RGB value is (34,17,130). Sum of RGB (Red+Green+Blue) = 34+17+130=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 130 (51.17% from 255 or 71.82% from 181); Max value from RGB is 130 - color contains mainly: blue. Hex color #221182 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221182 is #DDEE7D. Grayscale: #222222. Windows color (decimal): -14544510 or 8524066. OLE color: 8524066.
HSL color Cylindrical-coordinate representation of color #221182: hue angle of 249.03º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #221182 is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 17 | 130 | - |
| CMYK | 0.74 | 0.87 | 0 | 0.49 |
| HSL | 249.03º | 0.77% | 0.29% | - |
| HSV(B) | 249.03º | 0.87% | 0.51% | - |
| XYZ | 4.89 | 2.35 | 21.32 | - |
| YUV | 34.97 | 181.63 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 17 | 130 | 0.74 | 0.87 | 0 | 0.49 | 249.03 | 0.77 | 0.29 |
| Hex | 22 | 11 | 82 | 4A | 57 | 0 | 31 | F9 | 4D | 1D |
| Octal | 42 | 21 | 202 | 112 | 127 | 0 | 61 | 371 | 115 | 35 |
| Binary | 100010 | 10001 | 10000010 | 1001010 | 1010111 | 0 | 110001 | 11111001 | 1001101 | 11101 |
Color Harmonies of #221182
Complementary color
Monochromatic Colors of #221182
Black with #221182
Text Example
Text Example
White with #221182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221182; }
p { color: rgb(34,17,130); }
H1.HeaderClassName
{
color: #221182;
}
.AnyTagClassName
{
color: #221182;
}
</style>
background-color css
<style>
a { background-color: #221182; }
a { background-color: rgb(34,17,130); }
div.DivClassName
{
background-color: #221182;
}
.BgClassName
{
background-color: #221182;
}
</style>
border-color css
<style>
span { border-color: #221182; }
span { border-color: rgb(34,17,130); }
td.TdClassName
{
border-color: #221182;
}
.TagClassName
{
border-color: #221182;
}
</style>