Shades of Persian Indigo #20055E
Tints of Persian Indigo #20055E
RGB
CMYK
RGB Variations
Color information
#20055E (or 0x20055E) is known color: Persian Indigo. HEX triplet: 20, 05 and 5E. RGB value is (32,5,94). Sum of RGB (Red+Green+Blue) = 32+5+94=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 94 (37.11% from 255 or 71.76% from 131); Max value from RGB is 94 - color contains mainly: blue. Hex color #20055E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20055E is #DFFAA1. Grayscale: #161616. Windows color (decimal): -14678690 or 6161696. OLE color: 6161696.
HSL color Cylindrical-coordinate representation of color #20055E: hue angle of 258.2º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #20055E is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 5 | 94 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.63 |
| HSL | 258.2º | 0.9% | 0.19% | - |
| HSV(B) | 258.2º | 0.95% | 0.37% | - |
| XYZ | 2.67 | 1.22 | 10.69 | - |
| YUV | 23.22 | 167.95 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 94 | 0.66 | 0.95 | 0 | 0.63 | 258.2 | 0.9 | 0.19 |
| Hex | 20 | 5 | 5E | 42 | 5F | 0 | 3F | 102 | 5A | 13 |
| Octal | 40 | 5 | 136 | 102 | 137 | 0 | 77 | 402 | 132 | 23 |
| Binary | 100000 | 101 | 1011110 | 1000010 | 1011111 | 0 | 111111 | 100000010 | 1011010 | 10011 |
Color Harmonies of #20055E
Complementary color
Monochromatic Colors of #20055E
Black with #20055E
Text Example
Text Example
White with #20055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20055E; }
p { color: rgb(32,5,94); }
H1.HeaderClassName
{
color: #20055E;
}
.AnyTagClassName
{
color: #20055E;
}
</style>
background-color css
<style>
a { background-color: #20055E; }
a { background-color: rgb(32,5,94); }
div.DivClassName
{
background-color: #20055E;
}
.BgClassName
{
background-color: #20055E;
}
</style>
border-color css
<style>
span { border-color: #20055E; }
span { border-color: rgb(32,5,94); }
td.TdClassName
{
border-color: #20055E;
}
.TagClassName
{
border-color: #20055E;
}
</style>