Shades of Persian Indigo #200977
Tints of Persian Indigo #200977
RGB
CMYK
RGB Variations
Color information
#200977 (or 0x200977) is known color: Persian Indigo. HEX triplet: 20, 09 and 77. RGB value is (32,9,119). Sum of RGB (Red+Green+Blue) = 32+9+119=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 119 (46.88% from 255 or 74.38% from 160); Max value from RGB is 119 - color contains mainly: blue. Hex color #200977 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200977 is #DFF688. Grayscale: #1C1C1C. Windows color (decimal): -14677641 or 7801120. OLE color: 7801120.
HSL color Cylindrical-coordinate representation of color #200977: hue angle of 252.55º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #200977 is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 9 | 119 | - |
| CMYK | 0.73 | 0.92 | 0 | 0.53 |
| HSL | 252.55º | 0.86% | 0.25% | - |
| HSV(B) | 252.55º | 0.92% | 0.47% | - |
| XYZ | 4.02 | 1.83 | 17.59 | - |
| YUV | 28.42 | 179.12 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 119 | 0.73 | 0.92 | 0 | 0.53 | 252.55 | 0.86 | 0.25 |
| Hex | 20 | 9 | 77 | 49 | 5C | 0 | 35 | FD | 56 | 19 |
| Octal | 40 | 11 | 167 | 111 | 134 | 0 | 65 | 375 | 126 | 31 |
| Binary | 100000 | 1001 | 1110111 | 1001001 | 1011100 | 0 | 110101 | 11111101 | 1010110 | 11001 |
Color Harmonies of #200977
Complementary color
Monochromatic Colors of #200977
Black with #200977
Text Example
Text Example
White with #200977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200977; }
p { color: rgb(32,9,119); }
H1.HeaderClassName
{
color: #200977;
}
.AnyTagClassName
{
color: #200977;
}
</style>
background-color css
<style>
a { background-color: #200977; }
a { background-color: rgb(32,9,119); }
div.DivClassName
{
background-color: #200977;
}
.BgClassName
{
background-color: #200977;
}
</style>
border-color css
<style>
span { border-color: #200977; }
span { border-color: rgb(32,9,119); }
td.TdClassName
{
border-color: #200977;
}
.TagClassName
{
border-color: #200977;
}
</style>