Shades of Persian Indigo #220173
Tints of Persian Indigo #220173
RGB
CMYK
RGB Variations
Color information
#220173 (or 0x220173) is known color: Persian Indigo. HEX triplet: 22, 01 and 73. RGB value is (34,1,115). Sum of RGB (Red+Green+Blue) = 34+1+115=150 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 115 (45.31% from 255 or 76.67% from 150); Max value from RGB is 115 - color contains mainly: blue. Hex color #220173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220173 is #DDFE8C. Grayscale: #171717. Windows color (decimal): -14548621 or 7536930. OLE color: 7536930.
HSL color Cylindrical-coordinate representation of color #220173: hue angle of 257.37º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #220173 is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 1 | 115 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.55 |
| HSL | 257.37º | 0.98% | 0.23% | - |
| HSV(B) | 257.37º | 0.99% | 0.45% | - |
| XYZ | 3.77 | 1.6 | 16.33 | - |
| YUV | 23.86 | 179.43 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 115 | 0.70 | 0.99 | 0 | 0.55 | 257.37 | 0.98 | 0.23 |
| Hex | 22 | 1 | 73 | 46 | 63 | 0 | 37 | 101 | 62 | 17 |
| Octal | 42 | 1 | 163 | 106 | 143 | 0 | 67 | 401 | 142 | 27 |
| Binary | 100010 | 1 | 1110011 | 1000110 | 1100011 | 0 | 110111 | 100000001 | 1100010 | 10111 |
Color Harmonies of #220173
Complementary color
Monochromatic Colors of #220173
Black with #220173
Text Example
Text Example
White with #220173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220173; }
p { color: rgb(34,1,115); }
H1.HeaderClassName
{
color: #220173;
}
.AnyTagClassName
{
color: #220173;
}
</style>
background-color css
<style>
a { background-color: #220173; }
a { background-color: rgb(34,1,115); }
div.DivClassName
{
background-color: #220173;
}
.BgClassName
{
background-color: #220173;
}
</style>
border-color css
<style>
span { border-color: #220173; }
span { border-color: rgb(34,1,115); }
td.TdClassName
{
border-color: #220173;
}
.TagClassName
{
border-color: #220173;
}
</style>