Shades of Persian Indigo #22117B
Tints of Persian Indigo #22117B
RGB
CMYK
RGB Variations
Color information
#22117B (or 0x22117B) is known color: Persian Indigo. HEX triplet: 22, 11 and 7B. RGB value is (34,17,123). Sum of RGB (Red+Green+Blue) = 34+17+123=174 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.54% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 123 (48.44% from 255 or 70.69% from 174); Max value from RGB is 123 - color contains mainly: blue. Hex color #22117B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22117B is #DDEE84. Grayscale: #212121. Windows color (decimal): -14544517 or 8065314. OLE color: 8065314.
HSL color Cylindrical-coordinate representation of color #22117B: hue angle of 249.62º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22117B is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 34 | 17 | 123 | - |
| CMYK | 0.72 | 0.86 | 0 | 0.52 |
| HSL | 249.62º | 0.76% | 0.27% | - |
| HSV(B) | 249.62º | 0.86% | 0.48% | - |
| XYZ | 4.44 | 2.17 | 18.92 | - |
| YUV | 34.17 | 178.13 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 17 | 123 | 0.72 | 0.86 | 0 | 0.52 | 249.62 | 0.76 | 0.27 |
| Hex | 22 | 11 | 7B | 48 | 56 | 0 | 34 | FA | 4C | 1B |
| Octal | 42 | 21 | 173 | 110 | 126 | 0 | 64 | 372 | 114 | 33 |
| Binary | 100010 | 10001 | 1111011 | 1001000 | 1010110 | 0 | 110100 | 11111010 | 1001100 | 11011 |
Color Harmonies of #22117B
Complementary color
Monochromatic Colors of #22117B
Black with #22117B
Text Example
Text Example
White with #22117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22117B; }
p { color: rgb(34,17,123); }
H1.HeaderClassName
{
color: #22117B;
}
.AnyTagClassName
{
color: #22117B;
}
</style>
background-color css
<style>
a { background-color: #22117B; }
a { background-color: rgb(34,17,123); }
div.DivClassName
{
background-color: #22117B;
}
.BgClassName
{
background-color: #22117B;
}
</style>
border-color css
<style>
span { border-color: #22117B; }
span { border-color: rgb(34,17,123); }
td.TdClassName
{
border-color: #22117B;
}
.TagClassName
{
border-color: #22117B;
}
</style>