Shades of Persian Indigo #220B68
Tints of Persian Indigo #220B68
RGB
CMYK
RGB Variations
Color information
#220B68 (or 0x220B68) is known color: Persian Indigo. HEX triplet: 22, 0B and 68. RGB value is (34,11,104). Sum of RGB (Red+Green+Blue) = 34+11+104=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 11 (4.69% from 255 or 7.38% from 149); Blue value is 104 (41.02% from 255 or 69.80% from 149); Max value from RGB is 104 - color contains mainly: blue. Hex color #220B68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220B68 is #DDF497. Grayscale: #1C1C1C. Windows color (decimal): -14546072 or 6818594. OLE color: 6818594.
HSL color Cylindrical-coordinate representation of color #220B68: hue angle of 254.84º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #220B68 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 34 | 11 | 104 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.59 |
| HSL | 254.84º | 0.81% | 0.23% | - |
| HSV(B) | 254.84º | 0.89% | 0.41% | - |
| XYZ | 3.28 | 1.58 | 13.23 | - |
| YUV | 28.48 | 170.62 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 11 | 104 | 0.67 | 0.89 | 0 | 0.59 | 254.84 | 0.81 | 0.23 |
| Hex | 22 | B | 68 | 43 | 59 | 0 | 3B | FF | 51 | 17 |
| Octal | 42 | 13 | 150 | 103 | 131 | 0 | 73 | 377 | 121 | 27 |
| Binary | 100010 | 1011 | 1101000 | 1000011 | 1011001 | 0 | 111011 | 11111111 | 1010001 | 10111 |
Color Harmonies of #220B68
Complementary color
Monochromatic Colors of #220B68
Black with #220B68
Text Example
Text Example
White with #220B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220B68; }
p { color: rgb(34,11,104); }
H1.HeaderClassName
{
color: #220B68;
}
.AnyTagClassName
{
color: #220B68;
}
</style>
background-color css
<style>
a { background-color: #220B68; }
a { background-color: rgb(34,11,104); }
div.DivClassName
{
background-color: #220B68;
}
.BgClassName
{
background-color: #220B68;
}
</style>
border-color css
<style>
span { border-color: #220B68; }
span { border-color: rgb(34,11,104); }
td.TdClassName
{
border-color: #220B68;
}
.TagClassName
{
border-color: #220B68;
}
</style>