Shades of Persian Indigo #20087D
Tints of Persian Indigo #20087D
RGB
CMYK
RGB Variations
Color information
#20087D (or 0x20087D) is known color: Persian Indigo. HEX triplet: 20, 08 and 7D. RGB value is (32,8,125). Sum of RGB (Red+Green+Blue) = 32+8+125=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 125 (49.22% from 255 or 75.76% from 165); Max value from RGB is 125 - color contains mainly: blue. Hex color #20087D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20087D is #DFF782. Grayscale: #1C1C1C. Windows color (decimal): -14677891 or 8194080. OLE color: 8194080.
HSL color Cylindrical-coordinate representation of color #20087D: hue angle of 252.31º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #20087D is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 8 | 125 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.51 |
| HSL | 252.31º | 0.88% | 0.26% | - |
| HSV(B) | 252.31º | 0.94% | 0.49% | - |
| XYZ | 4.38 | 1.96 | 19.55 | - |
| YUV | 28.51 | 182.45 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 125 | 0.74 | 0.94 | 0 | 0.51 | 252.31 | 0.88 | 0.26 |
| Hex | 20 | 8 | 7D | 4A | 5E | 0 | 33 | FC | 58 | 1A |
| Octal | 40 | 10 | 175 | 112 | 136 | 0 | 63 | 374 | 130 | 32 |
| Binary | 100000 | 1000 | 1111101 | 1001010 | 1011110 | 0 | 110011 | 11111100 | 1011000 | 11010 |
Color Harmonies of #20087D
Complementary color
Monochromatic Colors of #20087D
Black with #20087D
Text Example
Text Example
White with #20087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20087D; }
p { color: rgb(32,8,125); }
H1.HeaderClassName
{
color: #20087D;
}
.AnyTagClassName
{
color: #20087D;
}
</style>
background-color css
<style>
a { background-color: #20087D; }
a { background-color: rgb(32,8,125); }
div.DivClassName
{
background-color: #20087D;
}
.BgClassName
{
background-color: #20087D;
}
</style>
border-color css
<style>
span { border-color: #20087D; }
span { border-color: rgb(32,8,125); }
td.TdClassName
{
border-color: #20087D;
}
.TagClassName
{
border-color: #20087D;
}
</style>