Shades of Persian Indigo #20085F
Tints of Persian Indigo #20085F
RGB
CMYK
RGB Variations
Color information
#20085F (or 0x20085F) is known color: Persian Indigo. HEX triplet: 20, 08 and 5F. RGB value is (32,8,95). Sum of RGB (Red+Green+Blue) = 32+8+95=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 95 (37.5% from 255 or 70.37% from 135); Max value from RGB is 95 - color contains mainly: blue. Hex color #20085F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20085F is #DFF7A0. Grayscale: #181818. Windows color (decimal): -14677921 or 6228000. OLE color: 6228000.
HSL color Cylindrical-coordinate representation of color #20085F: hue angle of 256.55º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #20085F is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 8 | 95 | - |
| CMYK | 0.66 | 0.92 | 0 | 0.63 |
| HSL | 256.55º | 0.84% | 0.2% | - |
| HSV(B) | 256.55º | 0.92% | 0.37% | - |
| XYZ | 2.75 | 1.31 | 10.93 | - |
| YUV | 25.09 | 167.45 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 95 | 0.66 | 0.92 | 0 | 0.63 | 256.55 | 0.84 | 0.2 |
| Hex | 20 | 8 | 5F | 42 | 5C | 0 | 3F | 101 | 54 | 14 |
| Octal | 40 | 10 | 137 | 102 | 134 | 0 | 77 | 401 | 124 | 24 |
| Binary | 100000 | 1000 | 1011111 | 1000010 | 1011100 | 0 | 111111 | 100000001 | 1010100 | 10100 |
Color Harmonies of #20085F
Complementary color
Monochromatic Colors of #20085F
Black with #20085F
Text Example
Text Example
White with #20085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20085F; }
p { color: rgb(32,8,95); }
H1.HeaderClassName
{
color: #20085F;
}
.AnyTagClassName
{
color: #20085F;
}
</style>
background-color css
<style>
a { background-color: #20085F; }
a { background-color: rgb(32,8,95); }
div.DivClassName
{
background-color: #20085F;
}
.BgClassName
{
background-color: #20085F;
}
</style>
border-color css
<style>
span { border-color: #20085F; }
span { border-color: rgb(32,8,95); }
td.TdClassName
{
border-color: #20085F;
}
.TagClassName
{
border-color: #20085F;
}
</style>