Shades of Persian Indigo #200971
Tints of Persian Indigo #200971
RGB
CMYK
RGB Variations
Color information
#200971 (or 0x200971) is known color: Persian Indigo. HEX triplet: 20, 09 and 71. RGB value is (32,9,113). Sum of RGB (Red+Green+Blue) = 32+9+113=154 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.78% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 113 (44.53% from 255 or 73.38% from 154); Max value from RGB is 113 - color contains mainly: blue. Hex color #200971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200971 is #DFF68E. Grayscale: #1B1B1B. Windows color (decimal): -14677647 or 7407904. OLE color: 7407904.
HSL color Cylindrical-coordinate representation of color #200971: hue angle of 253.27º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #200971 is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 9 | 113 | - |
| CMYK | 0.72 | 0.92 | 0 | 0.56 |
| HSL | 253.27º | 0.85% | 0.24% | - |
| HSV(B) | 253.27º | 0.92% | 0.44% | - |
| XYZ | 3.67 | 1.69 | 15.76 | - |
| YUV | 27.73 | 176.12 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 113 | 0.72 | 0.92 | 0 | 0.56 | 253.27 | 0.85 | 0.24 |
| Hex | 20 | 9 | 71 | 48 | 5C | 0 | 38 | FD | 55 | 18 |
| Octal | 40 | 11 | 161 | 110 | 134 | 0 | 70 | 375 | 125 | 30 |
| Binary | 100000 | 1001 | 1110001 | 1001000 | 1011100 | 0 | 111000 | 11111101 | 1010101 | 11000 |
Color Harmonies of #200971
Complementary color
Monochromatic Colors of #200971
Black with #200971
Text Example
Text Example
White with #200971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200971; }
p { color: rgb(32,9,113); }
H1.HeaderClassName
{
color: #200971;
}
.AnyTagClassName
{
color: #200971;
}
</style>
background-color css
<style>
a { background-color: #200971; }
a { background-color: rgb(32,9,113); }
div.DivClassName
{
background-color: #200971;
}
.BgClassName
{
background-color: #200971;
}
</style>
border-color css
<style>
span { border-color: #200971; }
span { border-color: rgb(32,9,113); }
td.TdClassName
{
border-color: #200971;
}
.TagClassName
{
border-color: #200971;
}
</style>