Shades of Persian Indigo #200D7D
Tints of Persian Indigo #200D7D
RGB
CMYK
RGB Variations
Color information
#200D7D (or 0x200D7D) is known color: Persian Indigo. HEX triplet: 20, 0D and 7D. RGB value is (32,13,125). Sum of RGB (Red+Green+Blue) = 32+13+125=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 13 (5.47% from 255 or 7.65% from 170); Blue value is 125 (49.22% from 255 or 73.53% from 170); Max value from RGB is 125 - color contains mainly: blue. Hex color #200D7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200D7D is #DFF282. Grayscale: #1F1F1F. Windows color (decimal): -14676611 or 8195360. OLE color: 8195360.
HSL color Cylindrical-coordinate representation of color #200D7D: hue angle of 250.18º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #200D7D is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 13 | 125 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.51 |
| HSL | 250.18º | 0.81% | 0.27% | - |
| HSV(B) | 250.18º | 0.9% | 0.49% | - |
| XYZ | 4.44 | 2.08 | 19.57 | - |
| YUV | 31.45 | 180.79 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 13 | 125 | 0.74 | 0.90 | 0 | 0.51 | 250.18 | 0.81 | 0.27 |
| Hex | 20 | D | 7D | 4A | 5A | 0 | 33 | FA | 51 | 1B |
| Octal | 40 | 15 | 175 | 112 | 132 | 0 | 63 | 372 | 121 | 33 |
| Binary | 100000 | 1101 | 1111101 | 1001010 | 1011010 | 0 | 110011 | 11111010 | 1010001 | 11011 |
Color Harmonies of #200D7D
Complementary color
Monochromatic Colors of #200D7D
Black with #200D7D
Text Example
Text Example
White with #200D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200D7D; }
p { color: rgb(32,13,125); }
H1.HeaderClassName
{
color: #200D7D;
}
.AnyTagClassName
{
color: #200D7D;
}
</style>
background-color css
<style>
a { background-color: #200D7D; }
a { background-color: rgb(32,13,125); }
div.DivClassName
{
background-color: #200D7D;
}
.BgClassName
{
background-color: #200D7D;
}
</style>
border-color css
<style>
span { border-color: #200D7D; }
span { border-color: rgb(32,13,125); }
td.TdClassName
{
border-color: #200D7D;
}
.TagClassName
{
border-color: #200D7D;
}
</style>