Shades of Persian Indigo #200860
Tints of Persian Indigo #200860
RGB
CMYK
RGB Variations
Color information
#200860 (or 0x200860) is known color: Persian Indigo. HEX triplet: 20, 08 and 60. RGB value is (32,8,96). Sum of RGB (Red+Green+Blue) = 32+8+96=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 96 (37.89% from 255 or 70.59% from 136); Max value from RGB is 96 - color contains mainly: blue. Hex color #200860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200860 is #DFF79F. Grayscale: #181818. Windows color (decimal): -14677920 or 6293536. OLE color: 6293536.
HSL color Cylindrical-coordinate representation of color #200860: hue angle of 256.36º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #200860 is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 8 | 96 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.62 |
| HSL | 256.36º | 0.85% | 0.2% | - |
| HSV(B) | 256.36º | 0.92% | 0.38% | - |
| XYZ | 2.79 | 1.33 | 11.17 | - |
| YUV | 25.21 | 167.95 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 96 | 0.67 | 0.92 | 0 | 0.62 | 256.36 | 0.85 | 0.2 |
| Hex | 20 | 8 | 60 | 43 | 5C | 0 | 3E | 100 | 55 | 14 |
| Octal | 40 | 10 | 140 | 103 | 134 | 0 | 76 | 400 | 125 | 24 |
| Binary | 100000 | 1000 | 1100000 | 1000011 | 1011100 | 0 | 111110 | 100000000 | 1010101 | 10100 |
Color Harmonies of #200860
Complementary color
Monochromatic Colors of #200860
Black with #200860
Text Example
Text Example
White with #200860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200860; }
p { color: rgb(32,8,96); }
H1.HeaderClassName
{
color: #200860;
}
.AnyTagClassName
{
color: #200860;
}
</style>
background-color css
<style>
a { background-color: #200860; }
a { background-color: rgb(32,8,96); }
div.DivClassName
{
background-color: #200860;
}
.BgClassName
{
background-color: #200860;
}
</style>
border-color css
<style>
span { border-color: #200860; }
span { border-color: rgb(32,8,96); }
td.TdClassName
{
border-color: #200860;
}
.TagClassName
{
border-color: #200860;
}
</style>