Shades of Persian Indigo #20016F
Tints of Persian Indigo #20016F
RGB
CMYK
RGB Variations
Color information
#20016F (or 0x20016F) is known color: Persian Indigo. HEX triplet: 20, 01 and 6F. RGB value is (32,1,111). Sum of RGB (Red+Green+Blue) = 32+1+111=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 111 (43.75% from 255 or 77.08% from 144); Max value from RGB is 111 - color contains mainly: blue. Hex color #20016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20016F is #DFFE90. Grayscale: #161616. Windows color (decimal): -14679697 or 7274784. OLE color: 7274784.
HSL color Cylindrical-coordinate representation of color #20016F: hue angle of 256.91º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20016F is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 1 | 111 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.56 |
| HSL | 256.91º | 0.98% | 0.22% | - |
| HSV(B) | 256.91º | 0.99% | 0.44% | - |
| XYZ | 3.48 | 1.48 | 15.14 | - |
| YUV | 22.81 | 177.77 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 111 | 0.71 | 0.99 | 0 | 0.56 | 256.91 | 0.98 | 0.22 |
| Hex | 20 | 1 | 6F | 47 | 63 | 0 | 38 | 101 | 62 | 16 |
| Octal | 40 | 1 | 157 | 107 | 143 | 0 | 70 | 401 | 142 | 26 |
| Binary | 100000 | 1 | 1101111 | 1000111 | 1100011 | 0 | 111000 | 100000001 | 1100010 | 10110 |
Color Harmonies of #20016F
Complementary color
Monochromatic Colors of #20016F
Black with #20016F
Text Example
Text Example
White with #20016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20016F; }
p { color: rgb(32,1,111); }
H1.HeaderClassName
{
color: #20016F;
}
.AnyTagClassName
{
color: #20016F;
}
</style>
background-color css
<style>
a { background-color: #20016F; }
a { background-color: rgb(32,1,111); }
div.DivClassName
{
background-color: #20016F;
}
.BgClassName
{
background-color: #20016F;
}
</style>
border-color css
<style>
span { border-color: #20016F; }
span { border-color: rgb(32,1,111); }
td.TdClassName
{
border-color: #20016F;
}
.TagClassName
{
border-color: #20016F;
}
</style>