Shades of Persian Indigo #220B61
Tints of Persian Indigo #220B61
RGB
CMYK
RGB Variations
Color information
#220B61 (or 0x220B61) is known color: Persian Indigo. HEX triplet: 22, 0B and 61. RGB value is (34,11,97). Sum of RGB (Red+Green+Blue) = 34+11+97=142 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.94% from 142); Green value is 11 (4.69% from 255 or 7.75% from 142); Blue value is 97 (38.28% from 255 or 68.31% from 142); Max value from RGB is 97 - color contains mainly: blue. Hex color #220B61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220B61 is #DDF49E. Grayscale: #1B1B1B. Windows color (decimal): -14546079 or 6359842. OLE color: 6359842.
HSL color Cylindrical-coordinate representation of color #220B61: hue angle of 256.05º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #220B61 is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 11 | 97 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.62 |
| HSL | 256.05º | 0.8% | 0.21% | - |
| HSV(B) | 256.05º | 0.89% | 0.38% | - |
| XYZ | 2.94 | 1.44 | 11.43 | - |
| YUV | 27.68 | 167.12 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 11 | 97 | 0.65 | 0.89 | 0 | 0.62 | 256.05 | 0.8 | 0.21 |
| Hex | 22 | B | 61 | 41 | 59 | 0 | 3E | 100 | 50 | 15 |
| Octal | 42 | 13 | 141 | 101 | 131 | 0 | 76 | 400 | 120 | 25 |
| Binary | 100010 | 1011 | 1100001 | 1000001 | 1011001 | 0 | 111110 | 100000000 | 1010000 | 10101 |
Color Harmonies of #220B61
Complementary color
Monochromatic Colors of #220B61
Black with #220B61
Text Example
Text Example
White with #220B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220B61; }
p { color: rgb(34,11,97); }
H1.HeaderClassName
{
color: #220B61;
}
.AnyTagClassName
{
color: #220B61;
}
</style>
background-color css
<style>
a { background-color: #220B61; }
a { background-color: rgb(34,11,97); }
div.DivClassName
{
background-color: #220B61;
}
.BgClassName
{
background-color: #220B61;
}
</style>
border-color css
<style>
span { border-color: #220B61; }
span { border-color: rgb(34,11,97); }
td.TdClassName
{
border-color: #220B61;
}
.TagClassName
{
border-color: #220B61;
}
</style>