Shades of Persian Indigo #20015E
Tints of Persian Indigo #20015E
RGB
CMYK
RGB Variations
Color information
#20015E (or 0x20015E) is known color: Persian Indigo. HEX triplet: 20, 01 and 5E. RGB value is (32,1,94). Sum of RGB (Red+Green+Blue) = 32+1+94=127 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.20% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 94 (37.11% from 255 or 74.02% from 127); Max value from RGB is 94 - color contains mainly: blue. Hex color #20015E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20015E is #DFFEA1. Grayscale: #141414. Windows color (decimal): -14679714 or 6160672. OLE color: 6160672.
HSL color Cylindrical-coordinate representation of color #20015E: hue angle of 260º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20015E is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 1 | 94 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.63 |
| HSL | 260º | 0.98% | 0.19% | - |
| HSV(B) | 260º | 0.99% | 0.37% | - |
| XYZ | 2.63 | 1.14 | 10.67 | - |
| YUV | 20.87 | 169.27 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 94 | 0.66 | 0.99 | 0 | 0.63 | 260 | 0.98 | 0.19 |
| Hex | 20 | 1 | 5E | 42 | 63 | 0 | 3F | 104 | 62 | 13 |
| Octal | 40 | 1 | 136 | 102 | 143 | 0 | 77 | 404 | 142 | 23 |
| Binary | 100000 | 1 | 1011110 | 1000010 | 1100011 | 0 | 111111 | 100000100 | 1100010 | 10011 |
Color Harmonies of #20015E
Complementary color
Monochromatic Colors of #20015E
Black with #20015E
Text Example
Text Example
White with #20015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20015E; }
p { color: rgb(32,1,94); }
H1.HeaderClassName
{
color: #20015E;
}
.AnyTagClassName
{
color: #20015E;
}
</style>
background-color css
<style>
a { background-color: #20015E; }
a { background-color: rgb(32,1,94); }
div.DivClassName
{
background-color: #20015E;
}
.BgClassName
{
background-color: #20015E;
}
</style>
border-color css
<style>
span { border-color: #20015E; }
span { border-color: rgb(32,1,94); }
td.TdClassName
{
border-color: #20015E;
}
.TagClassName
{
border-color: #20015E;
}
</style>