Shades of Persian Indigo #200C76
Tints of Persian Indigo #200C76
RGB
CMYK
RGB Variations
Color information
#200C76 (or 0x200C76) is known color: Persian Indigo. HEX triplet: 20, 0C and 76. RGB value is (32,12,118). Sum of RGB (Red+Green+Blue) = 32+12+118=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 12 (5.08% from 255 or 7.41% from 162); Blue value is 118 (46.48% from 255 or 72.84% from 162); Max value from RGB is 118 - color contains mainly: blue. Hex color #200C76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200C76 is #DFF389. Grayscale: #1D1D1D. Windows color (decimal): -14676874 or 7736352. OLE color: 7736352.
HSL color Cylindrical-coordinate representation of color #200C76: hue angle of 251.32º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #200C76 is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 12 | 118 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.54 |
| HSL | 251.32º | 0.82% | 0.25% | - |
| HSV(B) | 251.32º | 0.9% | 0.46% | - |
| XYZ | 4 | 1.88 | 17.29 | - |
| YUV | 30.06 | 177.63 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 12 | 118 | 0.73 | 0.90 | 0 | 0.54 | 251.32 | 0.82 | 0.25 |
| Hex | 20 | C | 76 | 49 | 5A | 0 | 36 | FB | 52 | 19 |
| Octal | 40 | 14 | 166 | 111 | 132 | 0 | 66 | 373 | 122 | 31 |
| Binary | 100000 | 1100 | 1110110 | 1001001 | 1011010 | 0 | 110110 | 11111011 | 1010010 | 11001 |
Color Harmonies of #200C76
Complementary color
Monochromatic Colors of #200C76
Black with #200C76
Text Example
Text Example
White with #200C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200C76; }
p { color: rgb(32,12,118); }
H1.HeaderClassName
{
color: #200C76;
}
.AnyTagClassName
{
color: #200C76;
}
</style>
background-color css
<style>
a { background-color: #200C76; }
a { background-color: rgb(32,12,118); }
div.DivClassName
{
background-color: #200C76;
}
.BgClassName
{
background-color: #200C76;
}
</style>
border-color css
<style>
span { border-color: #200C76; }
span { border-color: rgb(32,12,118); }
td.TdClassName
{
border-color: #200C76;
}
.TagClassName
{
border-color: #200C76;
}
</style>