Shades of Persian Indigo #20006D
Tints of Persian Indigo #20006D
RGB
CMYK
RGB Variations
Color information
#20006D (or 0x20006D) is known color: Persian Indigo. HEX triplet: 20, 00 and 6D. RGB value is (32,0,109). Sum of RGB (Red+Green+Blue) = 32+0+109=141 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.70% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 109 (42.97% from 255 or 77.30% from 141); Max value from RGB is 109 - color contains mainly: blue. Hex color #20006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20006D is #DFFF92. Grayscale: #151515. Windows color (decimal): -14679955 or 7143456. OLE color: 7143456.
HSL color Cylindrical-coordinate representation of color #20006D: hue angle of 257.61º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #20006D is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 0 | 109 | - |
| CMYK | 0.71 | 1 | 0 | 0.57 |
| HSL | 257.61º | 1% | 0.21% | - |
| HSV(B) | 257.61º | 1% | 0.43% | - |
| XYZ | 3.36 | 1.41 | 14.56 | - |
| YUV | 21.99 | 177.1 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 109 | 0.71 | 1 | 0 | 0.57 | 257.61 | 1 | 0.21 |
| Hex | 20 | 0 | 6D | 47 | 64 | 0 | 39 | 102 | 64 | 15 |
| Octal | 40 | 0 | 155 | 107 | 144 | 0 | 71 | 402 | 144 | 25 |
| Binary | 100000 | 0 | 1101101 | 1000111 | 1100100 | 0 | 111001 | 100000010 | 1100100 | 10101 |
Color Harmonies of #20006D
Complementary color
Monochromatic Colors of #20006D
Black with #20006D
Text Example
Text Example
White with #20006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20006D; }
p { color: rgb(32,0,109); }
H1.HeaderClassName
{
color: #20006D;
}
.AnyTagClassName
{
color: #20006D;
}
</style>
background-color css
<style>
a { background-color: #20006D; }
a { background-color: rgb(32,0,109); }
div.DivClassName
{
background-color: #20006D;
}
.BgClassName
{
background-color: #20006D;
}
</style>
border-color css
<style>
span { border-color: #20006D; }
span { border-color: rgb(32,0,109); }
td.TdClassName
{
border-color: #20006D;
}
.TagClassName
{
border-color: #20006D;
}
</style>