Shades of Persian Indigo #220B63
Tints of Persian Indigo #220B63
RGB
CMYK
RGB Variations
Color information
#220B63 (or 0x220B63) is known color: Persian Indigo. HEX triplet: 22, 0B and 63. RGB value is (34,11,99). Sum of RGB (Red+Green+Blue) = 34+11+99=144 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.61% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 99 (39.06% from 255 or 68.75% from 144); Max value from RGB is 99 - color contains mainly: blue. Hex color #220B63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220B63 is #DDF49C. Grayscale: #1B1B1B. Windows color (decimal): -14546077 or 6490914. OLE color: 6490914.
HSL color Cylindrical-coordinate representation of color #220B63: hue angle of 255.68º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #220B63 is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 34 | 11 | 99 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.61 |
| HSL | 255.68º | 0.8% | 0.22% | - |
| HSV(B) | 255.68º | 0.89% | 0.39% | - |
| XYZ | 3.03 | 1.48 | 11.93 | - |
| YUV | 27.91 | 168.12 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 11 | 99 | 0.66 | 0.89 | 0 | 0.61 | 255.68 | 0.8 | 0.22 |
| Hex | 22 | B | 63 | 42 | 59 | 0 | 3D | 100 | 50 | 16 |
| Octal | 42 | 13 | 143 | 102 | 131 | 0 | 75 | 400 | 120 | 26 |
| Binary | 100010 | 1011 | 1100011 | 1000010 | 1011001 | 0 | 111101 | 100000000 | 1010000 | 10110 |
Color Harmonies of #220B63
Complementary color
Monochromatic Colors of #220B63
Black with #220B63
Text Example
Text Example
White with #220B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220B63; }
p { color: rgb(34,11,99); }
H1.HeaderClassName
{
color: #220B63;
}
.AnyTagClassName
{
color: #220B63;
}
</style>
background-color css
<style>
a { background-color: #220B63; }
a { background-color: rgb(34,11,99); }
div.DivClassName
{
background-color: #220B63;
}
.BgClassName
{
background-color: #220B63;
}
</style>
border-color css
<style>
span { border-color: #220B63; }
span { border-color: rgb(34,11,99); }
td.TdClassName
{
border-color: #220B63;
}
.TagClassName
{
border-color: #220B63;
}
</style>