Shades of Persian Indigo #20036D
Tints of Persian Indigo #20036D
RGB
CMYK
RGB Variations
Color information
#20036D (or 0x20036D) is known color: Persian Indigo. HEX triplet: 20, 03 and 6D. RGB value is (32,3,109). Sum of RGB (Red+Green+Blue) = 32+3+109=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 109 (42.97% from 255 or 75.69% from 144); Max value from RGB is 109 - color contains mainly: blue. Hex color #20036D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20036D is #DFFC92. Grayscale: #171717. Windows color (decimal): -14679187 or 7144224. OLE color: 7144224.
HSL color Cylindrical-coordinate representation of color #20036D: hue angle of 256.42º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20036D is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 3 | 109 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.57 |
| HSL | 256.42º | 0.95% | 0.22% | - |
| HSV(B) | 256.42º | 0.97% | 0.43% | - |
| XYZ | 3.39 | 1.48 | 14.57 | - |
| YUV | 23.76 | 176.11 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 109 | 0.71 | 0.97 | 0 | 0.57 | 256.42 | 0.95 | 0.22 |
| Hex | 20 | 3 | 6D | 47 | 61 | 0 | 39 | 100 | 5F | 16 |
| Octal | 40 | 3 | 155 | 107 | 141 | 0 | 71 | 400 | 137 | 26 |
| Binary | 100000 | 11 | 1101101 | 1000111 | 1100001 | 0 | 111001 | 100000000 | 1011111 | 10110 |
Color Harmonies of #20036D
Complementary color
Monochromatic Colors of #20036D
Black with #20036D
Text Example
Text Example
White with #20036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20036D; }
p { color: rgb(32,3,109); }
H1.HeaderClassName
{
color: #20036D;
}
.AnyTagClassName
{
color: #20036D;
}
</style>
background-color css
<style>
a { background-color: #20036D; }
a { background-color: rgb(32,3,109); }
div.DivClassName
{
background-color: #20036D;
}
.BgClassName
{
background-color: #20036D;
}
</style>
border-color css
<style>
span { border-color: #20036D; }
span { border-color: rgb(32,3,109); }
td.TdClassName
{
border-color: #20036D;
}
.TagClassName
{
border-color: #20036D;
}
</style>