Shades of Persian Indigo #220D68
Tints of Persian Indigo #220D68
RGB
CMYK
RGB Variations
Color information
#220D68 (or 0x220D68) is known color: Persian Indigo. HEX triplet: 22, 0D and 68. RGB value is (34,13,104). Sum of RGB (Red+Green+Blue) = 34+13+104=151 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.52% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 104 (41.02% from 255 or 68.87% from 151); Max value from RGB is 104 - color contains mainly: blue. Hex color #220D68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220D68 is #DDF297. Grayscale: #1D1D1D. Windows color (decimal): -14545560 or 6819106. OLE color: 6819106.
HSL color Cylindrical-coordinate representation of color #220D68: hue angle of 253.85º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #220D68 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 34 | 13 | 104 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.59 |
| HSL | 253.85º | 0.78% | 0.23% | - |
| HSV(B) | 253.85º | 0.88% | 0.41% | - |
| XYZ | 3.3 | 1.63 | 13.24 | - |
| YUV | 29.65 | 169.96 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 13 | 104 | 0.67 | 0.88 | 0 | 0.59 | 253.85 | 0.78 | 0.23 |
| Hex | 22 | D | 68 | 43 | 58 | 0 | 3B | FE | 4E | 17 |
| Octal | 42 | 15 | 150 | 103 | 130 | 0 | 73 | 376 | 116 | 27 |
| Binary | 100010 | 1101 | 1101000 | 1000011 | 1011000 | 0 | 111011 | 11111110 | 1001110 | 10111 |
Color Harmonies of #220D68
Complementary color
Monochromatic Colors of #220D68
Black with #220D68
Text Example
Text Example
White with #220D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220D68; }
p { color: rgb(34,13,104); }
H1.HeaderClassName
{
color: #220D68;
}
.AnyTagClassName
{
color: #220D68;
}
</style>
background-color css
<style>
a { background-color: #220D68; }
a { background-color: rgb(34,13,104); }
div.DivClassName
{
background-color: #220D68;
}
.BgClassName
{
background-color: #220D68;
}
</style>
border-color css
<style>
span { border-color: #220D68; }
span { border-color: rgb(34,13,104); }
td.TdClassName
{
border-color: #220D68;
}
.TagClassName
{
border-color: #220D68;
}
</style>