Shades of Persian Indigo #20005F
Tints of Persian Indigo #20005F
RGB
CMYK
RGB Variations
Color information
#20005F (or 0x20005F) is known color: Persian Indigo. HEX triplet: 20, 00 and 5F. RGB value is (32,0,95). Sum of RGB (Red+Green+Blue) = 32+0+95=127 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.20% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 95 (37.5% from 255 or 74.80% from 127); Max value from RGB is 95 - color contains mainly: blue. Hex color #20005F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20005F is #DFFFA0. Grayscale: #141414. Windows color (decimal): -14679969 or 6225952. OLE color: 6225952.
HSL color Cylindrical-coordinate representation of color #20005F: hue angle of 260.21º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #20005F is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 0 | 95 | - |
| CMYK | 0.66 | 1 | 0 | 0.63 |
| HSL | 260.21º | 1% | 0.19% | - |
| HSV(B) | 260.21º | 1% | 0.37% | - |
| XYZ | 2.66 | 1.13 | 10.9 | - |
| YUV | 20.4 | 170.1 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 95 | 0.66 | 1 | 0 | 0.63 | 260.21 | 1 | 0.19 |
| Hex | 20 | 0 | 5F | 42 | 64 | 0 | 3F | 104 | 64 | 13 |
| Octal | 40 | 0 | 137 | 102 | 144 | 0 | 77 | 404 | 144 | 23 |
| Binary | 100000 | 0 | 1011111 | 1000010 | 1100100 | 0 | 111111 | 100000100 | 1100100 | 10011 |
Color Harmonies of #20005F
Complementary color
Monochromatic Colors of #20005F
Black with #20005F
Text Example
Text Example
White with #20005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20005F; }
p { color: rgb(32,0,95); }
H1.HeaderClassName
{
color: #20005F;
}
.AnyTagClassName
{
color: #20005F;
}
</style>
background-color css
<style>
a { background-color: #20005F; }
a { background-color: rgb(32,0,95); }
div.DivClassName
{
background-color: #20005F;
}
.BgClassName
{
background-color: #20005F;
}
</style>
border-color css
<style>
span { border-color: #20005F; }
span { border-color: rgb(32,0,95); }
td.TdClassName
{
border-color: #20005F;
}
.TagClassName
{
border-color: #20005F;
}
</style>