Shades of Persian Indigo #20086A
Tints of Persian Indigo #20086A
RGB
CMYK
RGB Variations
Color information
#20086A (or 0x20086A) is known color: Persian Indigo. HEX triplet: 20, 08 and 6A. RGB value is (32,8,106). Sum of RGB (Red+Green+Blue) = 32+8+106=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 106 (41.80% from 255 or 72.60% from 146); Max value from RGB is 106 - color contains mainly: blue. Hex color #20086A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20086A is #DFF795. Grayscale: #191919. Windows color (decimal): -14677910 or 6948896. OLE color: 6948896.
HSL color Cylindrical-coordinate representation of color #20086A: hue angle of 254.69º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #20086A is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 8 | 106 | - |
| CMYK | 0.70 | 0.92 | 0 | 0.58 |
| HSL | 254.69º | 0.86% | 0.22% | - |
| HSV(B) | 254.69º | 0.92% | 0.42% | - |
| XYZ | 3.28 | 1.52 | 13.76 | - |
| YUV | 26.35 | 172.95 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 106 | 0.70 | 0.92 | 0 | 0.58 | 254.69 | 0.86 | 0.22 |
| Hex | 20 | 8 | 6A | 46 | 5C | 0 | 3A | FF | 56 | 16 |
| Octal | 40 | 10 | 152 | 106 | 134 | 0 | 72 | 377 | 126 | 26 |
| Binary | 100000 | 1000 | 1101010 | 1000110 | 1011100 | 0 | 111010 | 11111111 | 1010110 | 10110 |
Color Harmonies of #20086A
Complementary color
Monochromatic Colors of #20086A
Black with #20086A
Text Example
Text Example
White with #20086A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20086A; }
p { color: rgb(32,8,106); }
H1.HeaderClassName
{
color: #20086A;
}
.AnyTagClassName
{
color: #20086A;
}
</style>
background-color css
<style>
a { background-color: #20086A; }
a { background-color: rgb(32,8,106); }
div.DivClassName
{
background-color: #20086A;
}
.BgClassName
{
background-color: #20086A;
}
</style>
border-color css
<style>
span { border-color: #20086A; }
span { border-color: rgb(32,8,106); }
td.TdClassName
{
border-color: #20086A;
}
.TagClassName
{
border-color: #20086A;
}
</style>