Shades of Indigo #5E047B
Tints of Indigo #5E047B
RGB
CMYK
RGB Variations
Color information
#5E047B (or 0x5E047B) is known color: Indigo. HEX triplet: 5E, 04 and 7B. RGB value is (94,4,123). Sum of RGB (Red+Green+Blue) = 94+4+123=221 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.53% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 123 (48.44% from 255 or 55.66% from 221); Max value from RGB is 123 - color contains mainly: blue. Hex color #5E047B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E047B is #A1FB84. Grayscale: #2C2C2C. Windows color (decimal): -10615685 or 8062046. OLE color: 8062046.
HSL color Cylindrical-coordinate representation of color #5E047B: hue angle of 285.38º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E047B is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 94 | 4 | 123 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.52 |
| HSL | 285.38º | 0.94% | 0.25% | - |
| HSV(B) | 285.38º | 0.97% | 0.48% | - |
| XYZ | 8.23 | 3.9 | 19.06 | - |
| YUV | 44.48 | 172.32 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 4 | 123 | 0.24 | 0.97 | 0 | 0.52 | 285.38 | 0.94 | 0.25 |
| Hex | 5E | 4 | 7B | 18 | 61 | 0 | 34 | 11D | 5E | 19 |
| Octal | 136 | 4 | 173 | 30 | 141 | 0 | 64 | 435 | 136 | 31 |
| Binary | 1011110 | 100 | 1111011 | 11000 | 1100001 | 0 | 110100 | 100011101 | 1011110 | 11001 |
Color Harmonies of #5E047B
Complementary color
Monochromatic Colors of #5E047B
Black with #5E047B
Text Example
Text Example
White with #5E047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E047B; }
p { color: rgb(94,4,123); }
H1.HeaderClassName
{
color: #5E047B;
}
.AnyTagClassName
{
color: #5E047B;
}
</style>
background-color css
<style>
a { background-color: #5E047B; }
a { background-color: rgb(94,4,123); }
div.DivClassName
{
background-color: #5E047B;
}
.BgClassName
{
background-color: #5E047B;
}
</style>
border-color css
<style>
span { border-color: #5E047B; }
span { border-color: rgb(94,4,123); }
td.TdClassName
{
border-color: #5E047B;
}
.TagClassName
{
border-color: #5E047B;
}
</style>