Shades of Persian Indigo #20086B
Tints of Persian Indigo #20086B
RGB
CMYK
RGB Variations
Color information
#20086B (or 0x20086B) is known color: Persian Indigo. HEX triplet: 20, 08 and 6B. RGB value is (32,8,107). Sum of RGB (Red+Green+Blue) = 32+8+107=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 107 (42.19% from 255 or 72.79% from 147); Max value from RGB is 107 - color contains mainly: blue. Hex color #20086B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20086B is #DFF794. Grayscale: #1A1A1A. Windows color (decimal): -14677909 or 7014432. OLE color: 7014432.
HSL color Cylindrical-coordinate representation of color #20086B: hue angle of 254.55º 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 #20086B is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 8 | 107 | - |
| CMYK | 0.70 | 0.93 | 0 | 0.58 |
| HSL | 254.55º | 0.86% | 0.23% | - |
| HSV(B) | 254.55º | 0.93% | 0.42% | - |
| XYZ | 3.34 | 1.54 | 14.03 | - |
| YUV | 26.46 | 173.45 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 107 | 0.70 | 0.93 | 0 | 0.58 | 254.55 | 0.86 | 0.23 |
| Hex | 20 | 8 | 6B | 46 | 5D | 0 | 3A | FF | 56 | 17 |
| Octal | 40 | 10 | 153 | 106 | 135 | 0 | 72 | 377 | 126 | 27 |
| Binary | 100000 | 1000 | 1101011 | 1000110 | 1011101 | 0 | 111010 | 11111111 | 1010110 | 10111 |
Color Harmonies of #20086B
Complementary color
Monochromatic Colors of #20086B
Black with #20086B
Text Example
Text Example
White with #20086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20086B; }
p { color: rgb(32,8,107); }
H1.HeaderClassName
{
color: #20086B;
}
.AnyTagClassName
{
color: #20086B;
}
</style>
background-color css
<style>
a { background-color: #20086B; }
a { background-color: rgb(32,8,107); }
div.DivClassName
{
background-color: #20086B;
}
.BgClassName
{
background-color: #20086B;
}
</style>
border-color css
<style>
span { border-color: #20086B; }
span { border-color: rgb(32,8,107); }
td.TdClassName
{
border-color: #20086B;
}
.TagClassName
{
border-color: #20086B;
}
</style>