Shades of Persian Indigo #20035C
Tints of Persian Indigo #20035C
RGB
CMYK
RGB Variations
Color information
#20035C (or 0x20035C) is known color: Persian Indigo. HEX triplet: 20, 03 and 5C. RGB value is (32,3,92). Sum of RGB (Red+Green+Blue) = 32+3+92=127 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.20% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 92 (36.33% from 255 or 72.44% from 127); Max value from RGB is 92 - color contains mainly: blue. Hex color #20035C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20035C is #DFFCA3. Grayscale: #151515. Windows color (decimal): -14679204 or 6030112. OLE color: 6030112.
HSL color Cylindrical-coordinate representation of color #20035C: hue angle of 259.55º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20035C is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 3 | 92 | - |
| CMYK | 0.65 | 0.97 | 0 | 0.64 |
| HSL | 259.55º | 0.94% | 0.19% | - |
| HSV(B) | 259.55º | 0.97% | 0.36% | - |
| XYZ | 2.56 | 1.14 | 10.21 | - |
| YUV | 21.82 | 167.61 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 92 | 0.65 | 0.97 | 0 | 0.64 | 259.55 | 0.94 | 0.19 |
| Hex | 20 | 3 | 5C | 41 | 61 | 0 | 40 | 104 | 5E | 13 |
| Octal | 40 | 3 | 134 | 101 | 141 | 0 | 100 | 404 | 136 | 23 |
| Binary | 100000 | 11 | 1011100 | 1000001 | 1100001 | 0 | 1000000 | 100000100 | 1011110 | 10011 |
Color Harmonies of #20035C
Complementary color
Monochromatic Colors of #20035C
Black with #20035C
Text Example
Text Example
White with #20035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20035C; }
p { color: rgb(32,3,92); }
H1.HeaderClassName
{
color: #20035C;
}
.AnyTagClassName
{
color: #20035C;
}
</style>
background-color css
<style>
a { background-color: #20035C; }
a { background-color: rgb(32,3,92); }
div.DivClassName
{
background-color: #20035C;
}
.BgClassName
{
background-color: #20035C;
}
</style>
border-color css
<style>
span { border-color: #20035C; }
span { border-color: rgb(32,3,92); }
td.TdClassName
{
border-color: #20035C;
}
.TagClassName
{
border-color: #20035C;
}
</style>