Shades of Persian Indigo #200B77
Tints of Persian Indigo #200B77
RGB
CMYK
RGB Variations
Color information
#200B77 (or 0x200B77) is known color: Persian Indigo. HEX triplet: 20, 0B and 77. RGB value is (32,11,119). Sum of RGB (Red+Green+Blue) = 32+11+119=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 119 (46.88% from 255 or 73.46% from 162); Max value from RGB is 119 - color contains mainly: blue. Hex color #200B77 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200B77 is #DFF488. Grayscale: #1D1D1D. Windows color (decimal): -14677129 or 7801632. OLE color: 7801632.
HSL color Cylindrical-coordinate representation of color #200B77: hue angle of 251.67º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200B77 is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 11 | 119 | - |
| CMYK | 0.73 | 0.91 | 0 | 0.53 |
| HSL | 251.67º | 0.83% | 0.25% | - |
| HSV(B) | 251.67º | 0.91% | 0.47% | - |
| XYZ | 4.05 | 1.88 | 17.6 | - |
| YUV | 29.59 | 178.46 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 119 | 0.73 | 0.91 | 0 | 0.53 | 251.67 | 0.83 | 0.25 |
| Hex | 20 | B | 77 | 49 | 5B | 0 | 35 | FC | 53 | 19 |
| Octal | 40 | 13 | 167 | 111 | 133 | 0 | 65 | 374 | 123 | 31 |
| Binary | 100000 | 1011 | 1110111 | 1001001 | 1011011 | 0 | 110101 | 11111100 | 1010011 | 11001 |
Color Harmonies of #200B77
Complementary color
Monochromatic Colors of #200B77
Black with #200B77
Text Example
Text Example
White with #200B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200B77; }
p { color: rgb(32,11,119); }
H1.HeaderClassName
{
color: #200B77;
}
.AnyTagClassName
{
color: #200B77;
}
</style>
background-color css
<style>
a { background-color: #200B77; }
a { background-color: rgb(32,11,119); }
div.DivClassName
{
background-color: #200B77;
}
.BgClassName
{
background-color: #200B77;
}
</style>
border-color css
<style>
span { border-color: #200B77; }
span { border-color: rgb(32,11,119); }
td.TdClassName
{
border-color: #200B77;
}
.TagClassName
{
border-color: #200B77;
}
</style>