Shades of Persian Indigo #200171
Tints of Persian Indigo #200171
RGB
CMYK
RGB Variations
Color information
#200171 (or 0x200171) is known color: Persian Indigo. HEX triplet: 20, 01 and 71. RGB value is (32,1,113). Sum of RGB (Red+Green+Blue) = 32+1+113=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 113 (44.53% from 255 or 77.40% from 146); Max value from RGB is 113 - color contains mainly: blue. Hex color #200171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200171 is #DFFE8E. Grayscale: #161616. Windows color (decimal): -14679695 or 7405856. OLE color: 7405856.
HSL color Cylindrical-coordinate representation of color #200171: hue angle of 256.61º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #200171 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 1 | 113 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.56 |
| HSL | 256.61º | 0.98% | 0.22% | - |
| HSV(B) | 256.61º | 0.99% | 0.44% | - |
| XYZ | 3.59 | 1.52 | 15.73 | - |
| YUV | 23.04 | 178.77 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 113 | 0.72 | 0.99 | 0 | 0.56 | 256.61 | 0.98 | 0.22 |
| Hex | 20 | 1 | 71 | 48 | 63 | 0 | 38 | 101 | 62 | 16 |
| Octal | 40 | 1 | 161 | 110 | 143 | 0 | 70 | 401 | 142 | 26 |
| Binary | 100000 | 1 | 1110001 | 1001000 | 1100011 | 0 | 111000 | 100000001 | 1100010 | 10110 |
Color Harmonies of #200171
Complementary color
Monochromatic Colors of #200171
Black with #200171
Text Example
Text Example
White with #200171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200171; }
p { color: rgb(32,1,113); }
H1.HeaderClassName
{
color: #200171;
}
.AnyTagClassName
{
color: #200171;
}
</style>
background-color css
<style>
a { background-color: #200171; }
a { background-color: rgb(32,1,113); }
div.DivClassName
{
background-color: #200171;
}
.BgClassName
{
background-color: #200171;
}
</style>
border-color css
<style>
span { border-color: #200171; }
span { border-color: rgb(32,1,113); }
td.TdClassName
{
border-color: #200171;
}
.TagClassName
{
border-color: #200171;
}
</style>