Shades of Persian Indigo #20036C
Tints of Persian Indigo #20036C
RGB
CMYK
RGB Variations
Color information
#20036C (or 0x20036C) is known color: Persian Indigo. HEX triplet: 20, 03 and 6C. RGB value is (32,3,108). Sum of RGB (Red+Green+Blue) = 32+3+108=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 108 (42.58% from 255 or 75.52% from 143); Max value from RGB is 108 - color contains mainly: blue. Hex color #20036C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20036C is #DFFC93. Grayscale: #171717. Windows color (decimal): -14679188 or 7078688. OLE color: 7078688.
HSL color Cylindrical-coordinate representation of color #20036C: hue angle of 256.57º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20036C is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 3 | 108 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.58 |
| HSL | 256.57º | 0.95% | 0.22% | - |
| HSV(B) | 256.57º | 0.97% | 0.42% | - |
| XYZ | 3.34 | 1.45 | 14.29 | - |
| YUV | 23.64 | 175.61 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 108 | 0.70 | 0.97 | 0 | 0.58 | 256.57 | 0.95 | 0.22 |
| Hex | 20 | 3 | 6C | 46 | 61 | 0 | 3A | 101 | 5F | 16 |
| Octal | 40 | 3 | 154 | 106 | 141 | 0 | 72 | 401 | 137 | 26 |
| Binary | 100000 | 11 | 1101100 | 1000110 | 1100001 | 0 | 111010 | 100000001 | 1011111 | 10110 |
Color Harmonies of #20036C
Complementary color
Monochromatic Colors of #20036C
Black with #20036C
Text Example
Text Example
White with #20036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20036C; }
p { color: rgb(32,3,108); }
H1.HeaderClassName
{
color: #20036C;
}
.AnyTagClassName
{
color: #20036C;
}
</style>
background-color css
<style>
a { background-color: #20036C; }
a { background-color: rgb(32,3,108); }
div.DivClassName
{
background-color: #20036C;
}
.BgClassName
{
background-color: #20036C;
}
</style>
border-color css
<style>
span { border-color: #20036C; }
span { border-color: rgb(32,3,108); }
td.TdClassName
{
border-color: #20036C;
}
.TagClassName
{
border-color: #20036C;
}
</style>