Shades of Persian Indigo #20076D
Tints of Persian Indigo #20076D
RGB
CMYK
RGB Variations
Color information
#20076D (or 0x20076D) is known color: Persian Indigo. HEX triplet: 20, 07 and 6D. RGB value is (32,7,109). Sum of RGB (Red+Green+Blue) = 32+7+109=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 109 (42.97% from 255 or 73.65% from 148); Max value from RGB is 109 - color contains mainly: blue. Hex color #20076D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20076D is #DFF892. Grayscale: #191919. Windows color (decimal): -14678163 or 7145248. OLE color: 7145248.
HSL color Cylindrical-coordinate representation of color #20076D: hue angle of 254.71º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #20076D is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 7 | 109 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.57 |
| HSL | 254.71º | 0.88% | 0.23% | - |
| HSV(B) | 254.71º | 0.94% | 0.43% | - |
| XYZ | 3.43 | 1.56 | 14.59 | - |
| YUV | 26.1 | 174.78 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 109 | 0.71 | 0.94 | 0 | 0.57 | 254.71 | 0.88 | 0.23 |
| Hex | 20 | 7 | 6D | 47 | 5E | 0 | 39 | FF | 58 | 17 |
| Octal | 40 | 7 | 155 | 107 | 136 | 0 | 71 | 377 | 130 | 27 |
| Binary | 100000 | 111 | 1101101 | 1000111 | 1011110 | 0 | 111001 | 11111111 | 1011000 | 10111 |
Color Harmonies of #20076D
Complementary color
Monochromatic Colors of #20076D
Black with #20076D
Text Example
Text Example
White with #20076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20076D; }
p { color: rgb(32,7,109); }
H1.HeaderClassName
{
color: #20076D;
}
.AnyTagClassName
{
color: #20076D;
}
</style>
background-color css
<style>
a { background-color: #20076D; }
a { background-color: rgb(32,7,109); }
div.DivClassName
{
background-color: #20076D;
}
.BgClassName
{
background-color: #20076D;
}
</style>
border-color css
<style>
span { border-color: #20076D; }
span { border-color: rgb(32,7,109); }
td.TdClassName
{
border-color: #20076D;
}
.TagClassName
{
border-color: #20076D;
}
</style>