Shades of Persian Indigo #200172
Tints of Persian Indigo #200172
RGB
CMYK
RGB Variations
Color information
#200172 (or 0x200172) is known color: Persian Indigo. HEX triplet: 20, 01 and 72. RGB value is (32,1,114). Sum of RGB (Red+Green+Blue) = 32+1+114=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 114 (44.92% from 255 or 77.55% from 147); Max value from RGB is 114 - color contains mainly: blue. Hex color #200172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200172 is #DFFE8D. Grayscale: #161616. Windows color (decimal): -14679694 or 7471392. OLE color: 7471392.
HSL color Cylindrical-coordinate representation of color #200172: hue angle of 256.46º 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 #200172 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 1 | 114 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.55 |
| HSL | 256.46º | 0.98% | 0.23% | - |
| HSV(B) | 256.46º | 0.99% | 0.45% | - |
| XYZ | 3.64 | 1.54 | 16.03 | - |
| YUV | 23.15 | 179.27 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 114 | 0.72 | 0.99 | 0 | 0.55 | 256.46 | 0.98 | 0.23 |
| Hex | 20 | 1 | 72 | 48 | 63 | 0 | 37 | 100 | 62 | 17 |
| Octal | 40 | 1 | 162 | 110 | 143 | 0 | 67 | 400 | 142 | 27 |
| Binary | 100000 | 1 | 1110010 | 1001000 | 1100011 | 0 | 110111 | 100000000 | 1100010 | 10111 |
Color Harmonies of #200172
Complementary color
Monochromatic Colors of #200172
Black with #200172
Text Example
Text Example
White with #200172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200172; }
p { color: rgb(32,1,114); }
H1.HeaderClassName
{
color: #200172;
}
.AnyTagClassName
{
color: #200172;
}
</style>
background-color css
<style>
a { background-color: #200172; }
a { background-color: rgb(32,1,114); }
div.DivClassName
{
background-color: #200172;
}
.BgClassName
{
background-color: #200172;
}
</style>
border-color css
<style>
span { border-color: #200172; }
span { border-color: rgb(32,1,114); }
td.TdClassName
{
border-color: #200172;
}
.TagClassName
{
border-color: #200172;
}
</style>