Shades of Persian Indigo #20017E
Tints of Persian Indigo #20017E
RGB
CMYK
RGB Variations
Color information
#20017E (or 0x20017E) is known color: Persian Indigo. HEX triplet: 20, 01 and 7E. RGB value is (32,1,126). Sum of RGB (Red+Green+Blue) = 32+1+126=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 126 (49.61% from 255 or 79.25% from 159); Max value from RGB is 126 - color contains mainly: blue. Hex color #20017E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20017E is #DFFE81. Grayscale: #181818. Windows color (decimal): -14679682 or 8257824. OLE color: 8257824.
HSL color Cylindrical-coordinate representation of color #20017E: hue angle of 254.88º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20017E is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 1 | 126 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.51 |
| HSL | 254.88º | 0.98% | 0.25% | - |
| HSV(B) | 254.88º | 0.99% | 0.49% | - |
| XYZ | 4.37 | 1.84 | 19.86 | - |
| YUV | 24.52 | 185.27 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 126 | 0.75 | 0.99 | 0 | 0.51 | 254.88 | 0.98 | 0.25 |
| Hex | 20 | 1 | 7E | 4B | 63 | 0 | 33 | FF | 62 | 19 |
| Octal | 40 | 1 | 176 | 113 | 143 | 0 | 63 | 377 | 142 | 31 |
| Binary | 100000 | 1 | 1111110 | 1001011 | 1100011 | 0 | 110011 | 11111111 | 1100010 | 11001 |
Color Harmonies of #20017E
Complementary color
Monochromatic Colors of #20017E
Black with #20017E
Text Example
Text Example
White with #20017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20017E; }
p { color: rgb(32,1,126); }
H1.HeaderClassName
{
color: #20017E;
}
.AnyTagClassName
{
color: #20017E;
}
</style>
background-color css
<style>
a { background-color: #20017E; }
a { background-color: rgb(32,1,126); }
div.DivClassName
{
background-color: #20017E;
}
.BgClassName
{
background-color: #20017E;
}
</style>
border-color css
<style>
span { border-color: #20017E; }
span { border-color: rgb(32,1,126); }
td.TdClassName
{
border-color: #20017E;
}
.TagClassName
{
border-color: #20017E;
}
</style>