Shades of Persian Indigo #20035E
Tints of Persian Indigo #20035E
RGB
CMYK
RGB Variations
Color information
#20035E (or 0x20035E) is known color: Persian Indigo. HEX triplet: 20, 03 and 5E. RGB value is (32,3,94). Sum of RGB (Red+Green+Blue) = 32+3+94=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 94 (37.11% from 255 or 72.87% from 129); Max value from RGB is 94 - color contains mainly: blue. Hex color #20035E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20035E is #DFFCA1. Grayscale: #151515. Windows color (decimal): -14679202 or 6161184. OLE color: 6161184.
HSL color Cylindrical-coordinate representation of color #20035E: hue angle of 259.12º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20035E is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 3 | 94 | - |
| CMYK | 0.66 | 0.97 | 0 | 0.63 |
| HSL | 259.12º | 0.94% | 0.19% | - |
| HSV(B) | 259.12º | 0.97% | 0.37% | - |
| XYZ | 2.65 | 1.18 | 10.68 | - |
| YUV | 22.05 | 168.61 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 94 | 0.66 | 0.97 | 0 | 0.63 | 259.12 | 0.94 | 0.19 |
| Hex | 20 | 3 | 5E | 42 | 61 | 0 | 3F | 103 | 5E | 13 |
| Octal | 40 | 3 | 136 | 102 | 141 | 0 | 77 | 403 | 136 | 23 |
| Binary | 100000 | 11 | 1011110 | 1000010 | 1100001 | 0 | 111111 | 100000011 | 1011110 | 10011 |
Color Harmonies of #20035E
Complementary color
Monochromatic Colors of #20035E
Black with #20035E
Text Example
Text Example
White with #20035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20035E; }
p { color: rgb(32,3,94); }
H1.HeaderClassName
{
color: #20035E;
}
.AnyTagClassName
{
color: #20035E;
}
</style>
background-color css
<style>
a { background-color: #20035E; }
a { background-color: rgb(32,3,94); }
div.DivClassName
{
background-color: #20035E;
}
.BgClassName
{
background-color: #20035E;
}
</style>
border-color css
<style>
span { border-color: #20035E; }
span { border-color: rgb(32,3,94); }
td.TdClassName
{
border-color: #20035E;
}
.TagClassName
{
border-color: #20035E;
}
</style>