Shades of Persian Indigo #200A7D
Tints of Persian Indigo #200A7D
RGB
CMYK
RGB Variations
Color information
#200A7D (or 0x200A7D) is known color: Persian Indigo. HEX triplet: 20, 0A and 7D. RGB value is (32,10,125). Sum of RGB (Red+Green+Blue) = 32+10+125=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 125 (49.22% from 255 or 74.85% from 167); Max value from RGB is 125 - color contains mainly: blue. Hex color #200A7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200A7D is #DFF582. Grayscale: #1D1D1D. Windows color (decimal): -14677379 or 8194592. OLE color: 8194592.
HSL color Cylindrical-coordinate representation of color #200A7D: hue angle of 251.48º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #200A7D is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 10 | 125 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.51 |
| HSL | 251.48º | 0.85% | 0.26% | - |
| HSV(B) | 251.48º | 0.92% | 0.49% | - |
| XYZ | 4.41 | 2 | 19.56 | - |
| YUV | 29.69 | 181.79 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 125 | 0.74 | 0.92 | 0 | 0.51 | 251.48 | 0.85 | 0.26 |
| Hex | 20 | A | 7D | 4A | 5C | 0 | 33 | FB | 55 | 1A |
| Octal | 40 | 12 | 175 | 112 | 134 | 0 | 63 | 373 | 125 | 32 |
| Binary | 100000 | 1010 | 1111101 | 1001010 | 1011100 | 0 | 110011 | 11111011 | 1010101 | 11010 |
Color Harmonies of #200A7D
Complementary color
Monochromatic Colors of #200A7D
Black with #200A7D
Text Example
Text Example
White with #200A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200A7D; }
p { color: rgb(32,10,125); }
H1.HeaderClassName
{
color: #200A7D;
}
.AnyTagClassName
{
color: #200A7D;
}
</style>
background-color css
<style>
a { background-color: #200A7D; }
a { background-color: rgb(32,10,125); }
div.DivClassName
{
background-color: #200A7D;
}
.BgClassName
{
background-color: #200A7D;
}
</style>
border-color css
<style>
span { border-color: #200A7D; }
span { border-color: rgb(32,10,125); }
td.TdClassName
{
border-color: #200A7D;
}
.TagClassName
{
border-color: #200A7D;
}
</style>