Shades of Indigo #5E0A6D
Tints of Indigo #5E0A6D
RGB
CMYK
RGB Variations
Color information
#5E0A6D (or 0x5E0A6D) is known color: Indigo. HEX triplet: 5E, 0A and 6D. RGB value is (94,10,109). Sum of RGB (Red+Green+Blue) = 94+10+109=213 (28% of max value = 765). Red value is 94 (37.11% from 255 or 44.13% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #5E0A6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0A6D is #A1F592. Grayscale: #2E2E2E. Windows color (decimal): -10614163 or 7146078. OLE color: 7146078.
HSL color Cylindrical-coordinate representation of color #5E0A6D: hue angle of 290.91º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E0A6D is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 10 | 109 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.57 |
| HSL | 290.91º | 0.83% | 0.23% | - |
| HSV(B) | 290.91º | 0.91% | 0.43% | - |
| XYZ | 7.48 | 3.7 | 14.79 | - |
| YUV | 46.4 | 163.33 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 10 | 109 | 0.14 | 0.91 | 0 | 0.57 | 290.91 | 0.83 | 0.23 |
| Hex | 5E | A | 6D | E | 5B | 0 | 39 | 123 | 53 | 17 |
| Octal | 136 | 12 | 155 | 16 | 133 | 0 | 71 | 443 | 123 | 27 |
| Binary | 1011110 | 1010 | 1101101 | 1110 | 1011011 | 0 | 111001 | 100100011 | 1010011 | 10111 |
Color Harmonies of #5E0A6D
Complementary color
Monochromatic Colors of #5E0A6D
Black with #5E0A6D
Text Example
Text Example
White with #5E0A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0A6D; }
p { color: rgb(94,10,109); }
H1.HeaderClassName
{
color: #5E0A6D;
}
.AnyTagClassName
{
color: #5E0A6D;
}
</style>
background-color css
<style>
a { background-color: #5E0A6D; }
a { background-color: rgb(94,10,109); }
div.DivClassName
{
background-color: #5E0A6D;
}
.BgClassName
{
background-color: #5E0A6D;
}
</style>
border-color css
<style>
span { border-color: #5E0A6D; }
span { border-color: rgb(94,10,109); }
td.TdClassName
{
border-color: #5E0A6D;
}
.TagClassName
{
border-color: #5E0A6D;
}
</style>