Shades of Persian Indigo #200E7F
Tints of Persian Indigo #200E7F
RGB
CMYK
RGB Variations
Color information
#200E7F (or 0x200E7F) is known color: Persian Indigo. HEX triplet: 20, 0E and 7F. RGB value is (32,14,127). Sum of RGB (Red+Green+Blue) = 32+14+127=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 127 (50% from 255 or 73.41% from 173); Max value from RGB is 127 - color contains mainly: blue. Hex color #200E7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200E7F is #DFF180. Grayscale: #1F1F1F. Windows color (decimal): -14676353 or 8326688. OLE color: 8326688.
HSL color Cylindrical-coordinate representation of color #200E7F: hue angle of 249.56º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #200E7F is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 14 | 127 | - |
| CMYK | 0.75 | 0.89 | 0 | 0.50 |
| HSL | 249.56º | 0.8% | 0.28% | - |
| HSV(B) | 249.56º | 0.89% | 0.5% | - |
| XYZ | 4.58 | 2.15 | 20.25 | - |
| YUV | 32.26 | 181.46 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 127 | 0.75 | 0.89 | 0 | 0.50 | 249.56 | 0.8 | 0.28 |
| Hex | 20 | E | 7F | 4B | 59 | 0 | 32 | FA | 50 | 1C |
| Octal | 40 | 16 | 177 | 113 | 131 | 0 | 62 | 372 | 120 | 34 |
| Binary | 100000 | 1110 | 1111111 | 1001011 | 1011001 | 0 | 110010 | 11111010 | 1010000 | 11100 |
Color Harmonies of #200E7F
Complementary color
Monochromatic Colors of #200E7F
Black with #200E7F
Text Example
Text Example
White with #200E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200E7F; }
p { color: rgb(32,14,127); }
H1.HeaderClassName
{
color: #200E7F;
}
.AnyTagClassName
{
color: #200E7F;
}
</style>
background-color css
<style>
a { background-color: #200E7F; }
a { background-color: rgb(32,14,127); }
div.DivClassName
{
background-color: #200E7F;
}
.BgClassName
{
background-color: #200E7F;
}
</style>
border-color css
<style>
span { border-color: #200E7F; }
span { border-color: rgb(32,14,127); }
td.TdClassName
{
border-color: #200E7F;
}
.TagClassName
{
border-color: #200E7F;
}
</style>