Shades of Persian Indigo #20086C
Tints of Persian Indigo #20086C
RGB
CMYK
RGB Variations
Color information
#20086C (or 0x20086C) is known color: Persian Indigo. HEX triplet: 20, 08 and 6C. RGB value is (32,8,108). Sum of RGB (Red+Green+Blue) = 32+8+108=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 108 (42.58% from 255 or 72.97% from 148); Max value from RGB is 108 - color contains mainly: blue. Hex color #20086C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20086C is #DFF793. Grayscale: #1A1A1A. Windows color (decimal): -14677908 or 7079968. OLE color: 7079968.
HSL color Cylindrical-coordinate representation of color #20086C: hue angle of 254.4º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #20086C is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 8 | 108 | - |
| CMYK | 0.70 | 0.93 | 0 | 0.58 |
| HSL | 254.4º | 0.86% | 0.23% | - |
| HSV(B) | 254.4º | 0.93% | 0.42% | - |
| XYZ | 3.39 | 1.56 | 14.31 | - |
| YUV | 26.58 | 173.95 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 108 | 0.70 | 0.93 | 0 | 0.58 | 254.4 | 0.86 | 0.23 |
| Hex | 20 | 8 | 6C | 46 | 5D | 0 | 3A | FE | 56 | 17 |
| Octal | 40 | 10 | 154 | 106 | 135 | 0 | 72 | 376 | 126 | 27 |
| Binary | 100000 | 1000 | 1101100 | 1000110 | 1011101 | 0 | 111010 | 11111110 | 1010110 | 10111 |
Color Harmonies of #20086C
Complementary color
Monochromatic Colors of #20086C
Black with #20086C
Text Example
Text Example
White with #20086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20086C; }
p { color: rgb(32,8,108); }
H1.HeaderClassName
{
color: #20086C;
}
.AnyTagClassName
{
color: #20086C;
}
</style>
background-color css
<style>
a { background-color: #20086C; }
a { background-color: rgb(32,8,108); }
div.DivClassName
{
background-color: #20086C;
}
.BgClassName
{
background-color: #20086C;
}
</style>
border-color css
<style>
span { border-color: #20086C; }
span { border-color: rgb(32,8,108); }
td.TdClassName
{
border-color: #20086C;
}
.TagClassName
{
border-color: #20086C;
}
</style>