Shades of Indigo #5E056E
Tints of Indigo #5E056E
RGB
CMYK
RGB Variations
Color information
#5E056E (or 0x5E056E) is known color: Indigo. HEX triplet: 5E, 05 and 6E. RGB value is (94,5,110). Sum of RGB (Red+Green+Blue) = 94+5+110=209 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.98% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #5E056E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E056E is #A1FA91. Grayscale: #2B2B2B. Windows color (decimal): -10615442 or 7210334. OLE color: 7210334.
HSL color Cylindrical-coordinate representation of color #5E056E: hue angle of 290.86º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E056E is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 5 | 110 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.57 |
| HSL | 290.86º | 0.91% | 0.23% | - |
| HSV(B) | 290.86º | 0.95% | 0.43% | - |
| XYZ | 7.48 | 3.61 | 15.05 | - |
| YUV | 43.58 | 165.49 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 5 | 110 | 0.15 | 0.95 | 0 | 0.57 | 290.86 | 0.91 | 0.23 |
| Hex | 5E | 5 | 6E | F | 5F | 0 | 39 | 123 | 5B | 17 |
| Octal | 136 | 5 | 156 | 17 | 137 | 0 | 71 | 443 | 133 | 27 |
| Binary | 1011110 | 101 | 1101110 | 1111 | 1011111 | 0 | 111001 | 100100011 | 1011011 | 10111 |
Color Harmonies of #5E056E
Complementary color
Monochromatic Colors of #5E056E
Black with #5E056E
Text Example
Text Example
White with #5E056E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E056E; }
p { color: rgb(94,5,110); }
H1.HeaderClassName
{
color: #5E056E;
}
.AnyTagClassName
{
color: #5E056E;
}
</style>
background-color css
<style>
a { background-color: #5E056E; }
a { background-color: rgb(94,5,110); }
div.DivClassName
{
background-color: #5E056E;
}
.BgClassName
{
background-color: #5E056E;
}
</style>
border-color css
<style>
span { border-color: #5E056E; }
span { border-color: rgb(94,5,110); }
td.TdClassName
{
border-color: #5E056E;
}
.TagClassName
{
border-color: #5E056E;
}
</style>