Shades of Persian Indigo #200C79
Tints of Persian Indigo #200C79
RGB
CMYK
RGB Variations
Color information
#200C79 (or 0x200C79) is known color: Persian Indigo. HEX triplet: 20, 0C and 79. RGB value is (32,12,121). Sum of RGB (Red+Green+Blue) = 32+12+121=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 121 (47.66% from 255 or 73.33% from 165); Max value from RGB is 121 - color contains mainly: blue. Hex color #200C79 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200C79 is #DFF386. Grayscale: #1D1D1D. Windows color (decimal): -14676871 or 7932960. OLE color: 7932960.
HSL color Cylindrical-coordinate representation of color #200C79: hue angle of 251.01º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #200C79 is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 12 | 121 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.53 |
| HSL | 251.01º | 0.82% | 0.26% | - |
| HSV(B) | 251.01º | 0.9% | 0.47% | - |
| XYZ | 4.18 | 1.95 | 18.25 | - |
| YUV | 30.41 | 179.13 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 12 | 121 | 0.74 | 0.90 | 0 | 0.53 | 251.01 | 0.82 | 0.26 |
| Hex | 20 | C | 79 | 4A | 5A | 0 | 35 | FB | 52 | 1A |
| Octal | 40 | 14 | 171 | 112 | 132 | 0 | 65 | 373 | 122 | 32 |
| Binary | 100000 | 1100 | 1111001 | 1001010 | 1011010 | 0 | 110101 | 11111011 | 1010010 | 11010 |
Color Harmonies of #200C79
Complementary color
Monochromatic Colors of #200C79
Black with #200C79
Text Example
Text Example
White with #200C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200C79; }
p { color: rgb(32,12,121); }
H1.HeaderClassName
{
color: #200C79;
}
.AnyTagClassName
{
color: #200C79;
}
</style>
background-color css
<style>
a { background-color: #200C79; }
a { background-color: rgb(32,12,121); }
div.DivClassName
{
background-color: #200C79;
}
.BgClassName
{
background-color: #200C79;
}
</style>
border-color css
<style>
span { border-color: #200C79; }
span { border-color: rgb(32,12,121); }
td.TdClassName
{
border-color: #200C79;
}
.TagClassName
{
border-color: #200C79;
}
</style>