Shades of Persian Indigo #200173
Tints of Persian Indigo #200173
RGB
CMYK
RGB Variations
Color information
#200173 (or 0x200173) is known color: Persian Indigo. HEX triplet: 20, 01 and 73. RGB value is (32,1,115). Sum of RGB (Red+Green+Blue) = 32+1+115=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 115 (45.31% from 255 or 77.70% from 148); Max value from RGB is 115 - color contains mainly: blue. Hex color #200173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200173 is #DFFE8C. Grayscale: #161616. Windows color (decimal): -14679693 or 7536928. OLE color: 7536928.
HSL color Cylindrical-coordinate representation of color #200173: hue angle of 256.32º 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 #200173 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 1 | 115 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.55 |
| HSL | 256.32º | 0.98% | 0.23% | - |
| HSV(B) | 256.32º | 0.99% | 0.45% | - |
| XYZ | 3.7 | 1.57 | 16.33 | - |
| YUV | 23.27 | 179.77 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 115 | 0.72 | 0.99 | 0 | 0.55 | 256.32 | 0.98 | 0.23 |
| Hex | 20 | 1 | 73 | 48 | 63 | 0 | 37 | 100 | 62 | 17 |
| Octal | 40 | 1 | 163 | 110 | 143 | 0 | 67 | 400 | 142 | 27 |
| Binary | 100000 | 1 | 1110011 | 1001000 | 1100011 | 0 | 110111 | 100000000 | 1100010 | 10111 |
Color Harmonies of #200173
Complementary color
Monochromatic Colors of #200173
Black with #200173
Text Example
Text Example
White with #200173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200173; }
p { color: rgb(32,1,115); }
H1.HeaderClassName
{
color: #200173;
}
.AnyTagClassName
{
color: #200173;
}
</style>
background-color css
<style>
a { background-color: #200173; }
a { background-color: rgb(32,1,115); }
div.DivClassName
{
background-color: #200173;
}
.BgClassName
{
background-color: #200173;
}
</style>
border-color css
<style>
span { border-color: #200173; }
span { border-color: rgb(32,1,115); }
td.TdClassName
{
border-color: #200173;
}
.TagClassName
{
border-color: #200173;
}
</style>