Shades of Indigo #5E0779
Tints of Indigo #5E0779
RGB
CMYK
RGB Variations
Color information
#5E0779 (or 0x5E0779) is known color: Indigo. HEX triplet: 5E, 07 and 79. RGB value is (94,7,121). Sum of RGB (Red+Green+Blue) = 94+7+121=222 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.34% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 121 (47.66% from 255 or 54.50% from 222); Max value from RGB is 121 - color contains mainly: blue. Hex color #5E0779 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0779 is #A1F886. Grayscale: #2D2D2D. Windows color (decimal): -10614919 or 7931742. OLE color: 7931742.
HSL color Cylindrical-coordinate representation of color #5E0779: hue angle of 285.79º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E0779 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 7 | 121 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.53 |
| HSL | 285.79º | 0.89% | 0.25% | - |
| HSV(B) | 285.79º | 0.94% | 0.47% | - |
| XYZ | 8.14 | 3.91 | 18.42 | - |
| YUV | 46.01 | 170.32 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 7 | 121 | 0.22 | 0.94 | 0 | 0.53 | 285.79 | 0.89 | 0.25 |
| Hex | 5E | 7 | 79 | 16 | 5E | 0 | 35 | 11E | 59 | 19 |
| Octal | 136 | 7 | 171 | 26 | 136 | 0 | 65 | 436 | 131 | 31 |
| Binary | 1011110 | 111 | 1111001 | 10110 | 1011110 | 0 | 110101 | 100011110 | 1011001 | 11001 |
Color Harmonies of #5E0779
Complementary color
Monochromatic Colors of #5E0779
Black with #5E0779
Text Example
Text Example
White with #5E0779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0779; }
p { color: rgb(94,7,121); }
H1.HeaderClassName
{
color: #5E0779;
}
.AnyTagClassName
{
color: #5E0779;
}
</style>
background-color css
<style>
a { background-color: #5E0779; }
a { background-color: rgb(94,7,121); }
div.DivClassName
{
background-color: #5E0779;
}
.BgClassName
{
background-color: #5E0779;
}
</style>
border-color css
<style>
span { border-color: #5E0779; }
span { border-color: rgb(94,7,121); }
td.TdClassName
{
border-color: #5E0779;
}
.TagClassName
{
border-color: #5E0779;
}
</style>