Shades of Persian Indigo #20075D
Tints of Persian Indigo #20075D
RGB
CMYK
RGB Variations
Color information
#20075D (or 0x20075D) is known color: Persian Indigo. HEX triplet: 20, 07 and 5D. RGB value is (32,7,93). Sum of RGB (Red+Green+Blue) = 32+7+93=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 93 (36.72% from 255 or 70.45% from 132); Max value from RGB is 93 - color contains mainly: blue. Hex color #20075D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20075D is #DFF8A2. Grayscale: #171717. Windows color (decimal): -14678179 or 6096672. OLE color: 6096672.
HSL color Cylindrical-coordinate representation of color #20075D: hue angle of 257.44º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #20075D is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 7 | 93 | - |
| CMYK | 0.66 | 0.92 | 0 | 0.64 |
| HSL | 257.44º | 0.86% | 0.2% | - |
| HSV(B) | 257.44º | 0.92% | 0.36% | - |
| XYZ | 2.65 | 1.25 | 10.46 | - |
| YUV | 24.28 | 166.78 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 93 | 0.66 | 0.92 | 0 | 0.64 | 257.44 | 0.86 | 0.2 |
| Hex | 20 | 7 | 5D | 42 | 5C | 0 | 40 | 101 | 56 | 14 |
| Octal | 40 | 7 | 135 | 102 | 134 | 0 | 100 | 401 | 126 | 24 |
| Binary | 100000 | 111 | 1011101 | 1000010 | 1011100 | 0 | 1000000 | 100000001 | 1010110 | 10100 |
Color Harmonies of #20075D
Complementary color
Monochromatic Colors of #20075D
Black with #20075D
Text Example
Text Example
White with #20075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20075D; }
p { color: rgb(32,7,93); }
H1.HeaderClassName
{
color: #20075D;
}
.AnyTagClassName
{
color: #20075D;
}
</style>
background-color css
<style>
a { background-color: #20075D; }
a { background-color: rgb(32,7,93); }
div.DivClassName
{
background-color: #20075D;
}
.BgClassName
{
background-color: #20075D;
}
</style>
border-color css
<style>
span { border-color: #20075D; }
span { border-color: rgb(32,7,93); }
td.TdClassName
{
border-color: #20075D;
}
.TagClassName
{
border-color: #20075D;
}
</style>