Shades of Indigo #5E056D
Tints of Indigo #5E056D
RGB
CMYK
RGB Variations
Color information
#5E056D (or 0x5E056D) is known color: Indigo. HEX triplet: 5E, 05 and 6D. RGB value is (94,5,109). Sum of RGB (Red+Green+Blue) = 94+5+109=208 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.19% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #5E056D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E056D is #A1FA92. Grayscale: #2B2B2B. Windows color (decimal): -10615443 or 7144798. OLE color: 7144798.
HSL color Cylindrical-coordinate representation of color #5E056D: hue angle of 291.35º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E056D is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 5 | 109 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.57 |
| HSL | 291.35º | 0.91% | 0.22% | - |
| HSV(B) | 291.35º | 0.95% | 0.43% | - |
| XYZ | 7.43 | 3.59 | 14.77 | - |
| YUV | 43.47 | 164.99 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 5 | 109 | 0.14 | 0.95 | 0 | 0.57 | 291.35 | 0.91 | 0.22 |
| Hex | 5E | 5 | 6D | E | 5F | 0 | 39 | 123 | 5B | 16 |
| Octal | 136 | 5 | 155 | 16 | 137 | 0 | 71 | 443 | 133 | 26 |
| Binary | 1011110 | 101 | 1101101 | 1110 | 1011111 | 0 | 111001 | 100100011 | 1011011 | 10110 |
Color Harmonies of #5E056D
Complementary color
Monochromatic Colors of #5E056D
Black with #5E056D
Text Example
Text Example
White with #5E056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E056D; }
p { color: rgb(94,5,109); }
H1.HeaderClassName
{
color: #5E056D;
}
.AnyTagClassName
{
color: #5E056D;
}
</style>
background-color css
<style>
a { background-color: #5E056D; }
a { background-color: rgb(94,5,109); }
div.DivClassName
{
background-color: #5E056D;
}
.BgClassName
{
background-color: #5E056D;
}
</style>
border-color css
<style>
span { border-color: #5E056D; }
span { border-color: rgb(94,5,109); }
td.TdClassName
{
border-color: #5E056D;
}
.TagClassName
{
border-color: #5E056D;
}
</style>