Shades of Persian Indigo #220D6D
Tints of Persian Indigo #220D6D
RGB
CMYK
RGB Variations
Color information
#220D6D (or 0x220D6D) is known color: Persian Indigo. HEX triplet: 22, 0D and 6D. RGB value is (34,13,109). Sum of RGB (Red+Green+Blue) = 34+13+109=156 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.79% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 109 (42.97% from 255 or 69.87% from 156); Max value from RGB is 109 - color contains mainly: blue. Hex color #220D6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220D6D is #DDF292. Grayscale: #1D1D1D. Windows color (decimal): -14545555 or 7146786. OLE color: 7146786.
HSL color Cylindrical-coordinate representation of color #220D6D: hue angle of 253.12º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #220D6D is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 34 | 13 | 109 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.57 |
| HSL | 253.13º | 0.79% | 0.24% | - |
| HSV(B) | 253.13º | 0.88% | 0.43% | - |
| XYZ | 3.56 | 1.73 | 14.61 | - |
| YUV | 30.22 | 172.46 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 13 | 109 | 0.69 | 0.88 | 0 | 0.57 | 253.13 | 0.79 | 0.24 |
| Hex | 22 | D | 6D | 45 | 58 | 0 | 39 | FD | 4F | 18 |
| Octal | 42 | 15 | 155 | 105 | 130 | 0 | 71 | 375 | 117 | 30 |
| Binary | 100010 | 1101 | 1101101 | 1000101 | 1011000 | 0 | 111001 | 11111101 | 1001111 | 11000 |
Color Harmonies of #220D6D
Complementary color
Monochromatic Colors of #220D6D
Black with #220D6D
Text Example
Text Example
White with #220D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220D6D; }
p { color: rgb(34,13,109); }
H1.HeaderClassName
{
color: #220D6D;
}
.AnyTagClassName
{
color: #220D6D;
}
</style>
background-color css
<style>
a { background-color: #220D6D; }
a { background-color: rgb(34,13,109); }
div.DivClassName
{
background-color: #220D6D;
}
.BgClassName
{
background-color: #220D6D;
}
</style>
border-color css
<style>
span { border-color: #220D6D; }
span { border-color: rgb(34,13,109); }
td.TdClassName
{
border-color: #220D6D;
}
.TagClassName
{
border-color: #220D6D;
}
</style>