Shades of Persian Indigo #20035F
Tints of Persian Indigo #20035F
RGB
CMYK
RGB Variations
Color information
#20035F (or 0x20035F) is known color: Persian Indigo. HEX triplet: 20, 03 and 5F. RGB value is (32,3,95). Sum of RGB (Red+Green+Blue) = 32+3+95=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 95 (37.5% from 255 or 73.08% from 130); Max value from RGB is 95 - color contains mainly: blue. Hex color #20035F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20035F is #DFFCA0. Grayscale: #151515. Windows color (decimal): -14679201 or 6226720. OLE color: 6226720.
HSL color Cylindrical-coordinate representation of color #20035F: hue angle of 258.91º 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 #20035F is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 3 | 95 | - |
| CMYK | 0.66 | 0.97 | 0 | 0.63 |
| HSL | 258.91º | 0.94% | 0.19% | - |
| HSV(B) | 258.91º | 0.97% | 0.37% | - |
| XYZ | 2.69 | 1.2 | 10.92 | - |
| YUV | 22.16 | 169.11 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 95 | 0.66 | 0.97 | 0 | 0.63 | 258.91 | 0.94 | 0.19 |
| Hex | 20 | 3 | 5F | 42 | 61 | 0 | 3F | 103 | 5E | 13 |
| Octal | 40 | 3 | 137 | 102 | 141 | 0 | 77 | 403 | 136 | 23 |
| Binary | 100000 | 11 | 1011111 | 1000010 | 1100001 | 0 | 111111 | 100000011 | 1011110 | 10011 |
Color Harmonies of #20035F
Complementary color
Monochromatic Colors of #20035F
Black with #20035F
Text Example
Text Example
White with #20035F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20035F; }
p { color: rgb(32,3,95); }
H1.HeaderClassName
{
color: #20035F;
}
.AnyTagClassName
{
color: #20035F;
}
</style>
background-color css
<style>
a { background-color: #20035F; }
a { background-color: rgb(32,3,95); }
div.DivClassName
{
background-color: #20035F;
}
.BgClassName
{
background-color: #20035F;
}
</style>
border-color css
<style>
span { border-color: #20035F; }
span { border-color: rgb(32,3,95); }
td.TdClassName
{
border-color: #20035F;
}
.TagClassName
{
border-color: #20035F;
}
</style>