Shades of Persian Indigo #200B76
Tints of Persian Indigo #200B76
RGB
CMYK
RGB Variations
Color information
#200B76 (or 0x200B76) is known color: Persian Indigo. HEX triplet: 20, 0B and 76. RGB value is (32,11,118). Sum of RGB (Red+Green+Blue) = 32+11+118=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 118 (46.48% from 255 or 73.29% from 161); Max value from RGB is 118 - color contains mainly: blue. Hex color #200B76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200B76 is #DFF489. Grayscale: #1D1D1D. Windows color (decimal): -14677130 or 7736096. OLE color: 7736096.
HSL color Cylindrical-coordinate representation of color #200B76: hue angle of 251.78º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200B76 is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 11 | 118 | - |
| CMYK | 0.73 | 0.91 | 0 | 0.54 |
| HSL | 251.78º | 0.83% | 0.25% | - |
| HSV(B) | 251.78º | 0.91% | 0.46% | - |
| XYZ | 3.99 | 1.85 | 17.29 | - |
| YUV | 29.48 | 177.96 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 118 | 0.73 | 0.91 | 0 | 0.54 | 251.78 | 0.83 | 0.25 |
| Hex | 20 | B | 76 | 49 | 5B | 0 | 36 | FC | 53 | 19 |
| Octal | 40 | 13 | 166 | 111 | 133 | 0 | 66 | 374 | 123 | 31 |
| Binary | 100000 | 1011 | 1110110 | 1001001 | 1011011 | 0 | 110110 | 11111100 | 1010011 | 11001 |
Color Harmonies of #200B76
Complementary color
Monochromatic Colors of #200B76
Black with #200B76
Text Example
Text Example
White with #200B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200B76; }
p { color: rgb(32,11,118); }
H1.HeaderClassName
{
color: #200B76;
}
.AnyTagClassName
{
color: #200B76;
}
</style>
background-color css
<style>
a { background-color: #200B76; }
a { background-color: rgb(32,11,118); }
div.DivClassName
{
background-color: #200B76;
}
.BgClassName
{
background-color: #200B76;
}
</style>
border-color css
<style>
span { border-color: #200B76; }
span { border-color: rgb(32,11,118); }
td.TdClassName
{
border-color: #200B76;
}
.TagClassName
{
border-color: #200B76;
}
</style>