Shades of Persian Indigo #220A61
Tints of Persian Indigo #220A61
RGB
CMYK
RGB Variations
Color information
#220A61 (or 0x220A61) is known color: Persian Indigo. HEX triplet: 22, 0A and 61. RGB value is (34,10,97). Sum of RGB (Red+Green+Blue) = 34+10+97=141 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.11% from 141); Green value is 10 (4.30% from 255 or 7.09% from 141); Blue value is 97 (38.28% from 255 or 68.79% from 141); Max value from RGB is 97 - color contains mainly: blue. Hex color #220A61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220A61 is #DDF59E. Grayscale: #1A1A1A. Windows color (decimal): -14546335 or 6359586. OLE color: 6359586.
HSL color Cylindrical-coordinate representation of color #220A61: hue angle of 256.55º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #220A61 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 10 | 97 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.62 |
| HSL | 256.55º | 0.81% | 0.21% | - |
| HSV(B) | 256.55º | 0.9% | 0.38% | - |
| XYZ | 2.93 | 1.42 | 11.43 | - |
| YUV | 27.09 | 167.45 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 10 | 97 | 0.65 | 0.90 | 0 | 0.62 | 256.55 | 0.81 | 0.21 |
| Hex | 22 | A | 61 | 41 | 5A | 0 | 3E | 101 | 51 | 15 |
| Octal | 42 | 12 | 141 | 101 | 132 | 0 | 76 | 401 | 121 | 25 |
| Binary | 100010 | 1010 | 1100001 | 1000001 | 1011010 | 0 | 111110 | 100000001 | 1010001 | 10101 |
Color Harmonies of #220A61
Complementary color
Monochromatic Colors of #220A61
Black with #220A61
Text Example
Text Example
White with #220A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220A61; }
p { color: rgb(34,10,97); }
H1.HeaderClassName
{
color: #220A61;
}
.AnyTagClassName
{
color: #220A61;
}
</style>
background-color css
<style>
a { background-color: #220A61; }
a { background-color: rgb(34,10,97); }
div.DivClassName
{
background-color: #220A61;
}
.BgClassName
{
background-color: #220A61;
}
</style>
border-color css
<style>
span { border-color: #220A61; }
span { border-color: rgb(34,10,97); }
td.TdClassName
{
border-color: #220A61;
}
.TagClassName
{
border-color: #220A61;
}
</style>