Shades of Persian Indigo #20065D
Tints of Persian Indigo #20065D
RGB
CMYK
RGB Variations
Color information
#20065D (or 0x20065D) is known color: Persian Indigo. HEX triplet: 20, 06 and 5D. RGB value is (32,6,93). Sum of RGB (Red+Green+Blue) = 32+6+93=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 6 (2.73% from 255 or 4.58% from 131); Blue value is 93 (36.72% from 255 or 70.99% from 131); Max value from RGB is 93 - color contains mainly: blue. Hex color #20065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20065D is #DFF9A2. Grayscale: #171717. Windows color (decimal): -14678435 or 6096416. OLE color: 6096416.
HSL color Cylindrical-coordinate representation of color #20065D: hue angle of 257.93º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #20065D is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 6 | 93 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.64 |
| HSL | 257.93º | 0.88% | 0.19% | - |
| HSV(B) | 257.93º | 0.94% | 0.36% | - |
| XYZ | 2.64 | 1.23 | 10.45 | - |
| YUV | 23.69 | 167.11 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 6 | 93 | 0.66 | 0.94 | 0 | 0.64 | 257.93 | 0.88 | 0.19 |
| Hex | 20 | 6 | 5D | 42 | 5E | 0 | 40 | 102 | 58 | 13 |
| Octal | 40 | 6 | 135 | 102 | 136 | 0 | 100 | 402 | 130 | 23 |
| Binary | 100000 | 110 | 1011101 | 1000010 | 1011110 | 0 | 1000000 | 100000010 | 1011000 | 10011 |
Color Harmonies of #20065D
Complementary color
Monochromatic Colors of #20065D
Black with #20065D
Text Example
Text Example
White with #20065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20065D; }
p { color: rgb(32,6,93); }
H1.HeaderClassName
{
color: #20065D;
}
.AnyTagClassName
{
color: #20065D;
}
</style>
background-color css
<style>
a { background-color: #20065D; }
a { background-color: rgb(32,6,93); }
div.DivClassName
{
background-color: #20065D;
}
.BgClassName
{
background-color: #20065D;
}
</style>
border-color css
<style>
span { border-color: #20065D; }
span { border-color: rgb(32,6,93); }
td.TdClassName
{
border-color: #20065D;
}
.TagClassName
{
border-color: #20065D;
}
</style>