Shades of Persian Indigo #20066D
Tints of Persian Indigo #20066D
RGB
CMYK
RGB Variations
Color information
#20066D (or 0x20066D) is known color: Persian Indigo. HEX triplet: 20, 06 and 6D. RGB value is (32,6,109). Sum of RGB (Red+Green+Blue) = 32+6+109=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 109 (42.97% from 255 or 74.15% from 147); Max value from RGB is 109 - color contains mainly: blue. Hex color #20066D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20066D is #DFF992. Grayscale: #191919. Windows color (decimal): -14678419 or 7144992. OLE color: 7144992.
HSL color Cylindrical-coordinate representation of color #20066D: hue angle of 255.15º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #20066D is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 6 | 109 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.57 |
| HSL | 255.15º | 0.9% | 0.23% | - |
| HSV(B) | 255.15º | 0.94% | 0.43% | - |
| XYZ | 3.42 | 1.54 | 14.59 | - |
| YUV | 25.52 | 175.11 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 6 | 109 | 0.71 | 0.94 | 0 | 0.57 | 255.15 | 0.9 | 0.23 |
| Hex | 20 | 6 | 6D | 47 | 5E | 0 | 39 | FF | 5A | 17 |
| Octal | 40 | 6 | 155 | 107 | 136 | 0 | 71 | 377 | 132 | 27 |
| Binary | 100000 | 110 | 1101101 | 1000111 | 1011110 | 0 | 111001 | 11111111 | 1011010 | 10111 |
Color Harmonies of #20066D
Complementary color
Monochromatic Colors of #20066D
Black with #20066D
Text Example
Text Example
White with #20066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20066D; }
p { color: rgb(32,6,109); }
H1.HeaderClassName
{
color: #20066D;
}
.AnyTagClassName
{
color: #20066D;
}
</style>
background-color css
<style>
a { background-color: #20066D; }
a { background-color: rgb(32,6,109); }
div.DivClassName
{
background-color: #20066D;
}
.BgClassName
{
background-color: #20066D;
}
</style>
border-color css
<style>
span { border-color: #20066D; }
span { border-color: rgb(32,6,109); }
td.TdClassName
{
border-color: #20066D;
}
.TagClassName
{
border-color: #20066D;
}
</style>