Shades of Persian Indigo #20015B
Tints of Persian Indigo #20015B
RGB
CMYK
RGB Variations
Color information
#20015B (or 0x20015B) is known color: Persian Indigo. HEX triplet: 20, 01 and 5B. RGB value is (32,1,91). Sum of RGB (Red+Green+Blue) = 32+1+91=124 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.81% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 91 (35.94% from 255 or 73.39% from 124); Max value from RGB is 91 - color contains mainly: blue. Hex color #20015B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20015B is #DFFEA4. Grayscale: #141414. Windows color (decimal): -14679717 or 5964064. OLE color: 5964064.
HSL color Cylindrical-coordinate representation of color #20015B: hue angle of 260.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20015B is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 1 | 91 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.64 |
| HSL | 260.67º | 0.98% | 0.18% | - |
| HSV(B) | 260.67º | 0.99% | 0.36% | - |
| XYZ | 2.49 | 1.08 | 9.98 | - |
| YUV | 20.53 | 167.77 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 91 | 0.65 | 0.99 | 0 | 0.64 | 260.67 | 0.98 | 0.18 |
| Hex | 20 | 1 | 5B | 41 | 63 | 0 | 40 | 105 | 62 | 12 |
| Octal | 40 | 1 | 133 | 101 | 143 | 0 | 100 | 405 | 142 | 22 |
| Binary | 100000 | 1 | 1011011 | 1000001 | 1100011 | 0 | 1000000 | 100000101 | 1100010 | 10010 |
Color Harmonies of #20015B
Complementary color
Monochromatic Colors of #20015B
Black with #20015B
Text Example
Text Example
White with #20015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20015B; }
p { color: rgb(32,1,91); }
H1.HeaderClassName
{
color: #20015B;
}
.AnyTagClassName
{
color: #20015B;
}
</style>
background-color css
<style>
a { background-color: #20015B; }
a { background-color: rgb(32,1,91); }
div.DivClassName
{
background-color: #20015B;
}
.BgClassName
{
background-color: #20015B;
}
</style>
border-color css
<style>
span { border-color: #20015B; }
span { border-color: rgb(32,1,91); }
td.TdClassName
{
border-color: #20015B;
}
.TagClassName
{
border-color: #20015B;
}
</style>