Shades of Persian Indigo #200880
Tints of Persian Indigo #200880
RGB
CMYK
RGB Variations
Color information
#200880 (or 0x200880) is known color: Persian Indigo. HEX triplet: 20, 08 and 80. RGB value is (32,8,128). Sum of RGB (Red+Green+Blue) = 32+8+128=168 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.05% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 128 (50.39% from 255 or 76.19% from 168); Max value from RGB is 128 - color contains mainly: blue. Hex color #200880 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200880 is #DFF77F. Grayscale: #1C1C1C. Windows color (decimal): -14677888 or 8390688. OLE color: 8390688.
HSL color Cylindrical-coordinate representation of color #200880: hue angle of 252º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200880 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 8 | 128 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.50 |
| HSL | 252º | 0.88% | 0.27% | - |
| HSV(B) | 252º | 0.94% | 0.5% | - |
| XYZ | 4.58 | 2.04 | 20.57 | - |
| YUV | 28.86 | 183.95 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 128 | 0.75 | 0.94 | 0 | 0.50 | 252 | 0.88 | 0.27 |
| Hex | 20 | 8 | 80 | 4B | 5E | 0 | 32 | FC | 58 | 1B |
| Octal | 40 | 10 | 200 | 113 | 136 | 0 | 62 | 374 | 130 | 33 |
| Binary | 100000 | 1000 | 10000000 | 1001011 | 1011110 | 0 | 110010 | 11111100 | 1011000 | 11011 |
Color Harmonies of #200880
Complementary color
Monochromatic Colors of #200880
Black with #200880
Text Example
Text Example
White with #200880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200880; }
p { color: rgb(32,8,128); }
H1.HeaderClassName
{
color: #200880;
}
.AnyTagClassName
{
color: #200880;
}
</style>
background-color css
<style>
a { background-color: #200880; }
a { background-color: rgb(32,8,128); }
div.DivClassName
{
background-color: #200880;
}
.BgClassName
{
background-color: #200880;
}
</style>
border-color css
<style>
span { border-color: #200880; }
span { border-color: rgb(32,8,128); }
td.TdClassName
{
border-color: #200880;
}
.TagClassName
{
border-color: #200880;
}
</style>