Shades of Persian Indigo #20047A
Tints of Persian Indigo #20047A
RGB
CMYK
RGB Variations
Color information
#20047A (or 0x20047A) is known color: Persian Indigo. HEX triplet: 20, 04 and 7A. RGB value is (32,4,122). Sum of RGB (Red+Green+Blue) = 32+4+122=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 122 (48.05% from 255 or 77.22% from 158); Max value from RGB is 122 - color contains mainly: blue. Hex color #20047A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20047A is #DFFB85. Grayscale: #191919. Windows color (decimal): -14678918 or 7996448. OLE color: 7996448.
HSL color Cylindrical-coordinate representation of color #20047A: hue angle of 254.24º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20047A is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 4 | 122 | - |
| CMYK | 0.74 | 0.97 | 0 | 0.52 |
| HSL | 254.24º | 0.94% | 0.25% | - |
| HSV(B) | 254.24º | 0.97% | 0.48% | - |
| XYZ | 4.15 | 1.8 | 18.54 | - |
| YUV | 25.82 | 182.28 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 4 | 122 | 0.74 | 0.97 | 0 | 0.52 | 254.24 | 0.94 | 0.25 |
| Hex | 20 | 4 | 7A | 4A | 61 | 0 | 34 | FE | 5E | 19 |
| Octal | 40 | 4 | 172 | 112 | 141 | 0 | 64 | 376 | 136 | 31 |
| Binary | 100000 | 100 | 1111010 | 1001010 | 1100001 | 0 | 110100 | 11111110 | 1011110 | 11001 |
Color Harmonies of #20047A
Complementary color
Monochromatic Colors of #20047A
Black with #20047A
Text Example
Text Example
White with #20047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20047A; }
p { color: rgb(32,4,122); }
H1.HeaderClassName
{
color: #20047A;
}
.AnyTagClassName
{
color: #20047A;
}
</style>
background-color css
<style>
a { background-color: #20047A; }
a { background-color: rgb(32,4,122); }
div.DivClassName
{
background-color: #20047A;
}
.BgClassName
{
background-color: #20047A;
}
</style>
border-color css
<style>
span { border-color: #20047A; }
span { border-color: rgb(32,4,122); }
td.TdClassName
{
border-color: #20047A;
}
.TagClassName
{
border-color: #20047A;
}
</style>