Shades of Indigo #5E0386
Tints of Indigo #5E0386
RGB
CMYK
RGB Variations
Color information
#5E0386 (or 0x5E0386) is known color: Indigo. HEX triplet: 5E, 03 and 86. RGB value is (94,3,134). Sum of RGB (Red+Green+Blue) = 94+3+134=231 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.69% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 134 (52.73% from 255 or 58.01% from 231); Max value from RGB is 134 - color contains mainly: blue. Hex color #5E0386 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0386 is #A1FC79. Grayscale: #2C2C2C. Windows color (decimal): -10615930 or 8782686. OLE color: 8782686.
HSL color Cylindrical-coordinate representation of color #5E0386: hue angle of 281.68º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E0386 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 3 | 134 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.47 |
| HSL | 281.68º | 0.96% | 0.27% | - |
| HSV(B) | 281.68º | 0.98% | 0.53% | - |
| XYZ | 8.95 | 4.17 | 22.89 | - |
| YUV | 45.14 | 178.15 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 3 | 134 | 0.30 | 0.98 | 0 | 0.47 | 281.68 | 0.96 | 0.27 |
| Hex | 5E | 3 | 86 | 1E | 62 | 0 | 2F | 11A | 60 | 1B |
| Octal | 136 | 3 | 206 | 36 | 142 | 0 | 57 | 432 | 140 | 33 |
| Binary | 1011110 | 11 | 10000110 | 11110 | 1100010 | 0 | 101111 | 100011010 | 1100000 | 11011 |
Color Harmonies of #5E0386
Complementary color
Monochromatic Colors of #5E0386
Black with #5E0386
Text Example
Text Example
White with #5E0386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0386; }
p { color: rgb(94,3,134); }
H1.HeaderClassName
{
color: #5E0386;
}
.AnyTagClassName
{
color: #5E0386;
}
</style>
background-color css
<style>
a { background-color: #5E0386; }
a { background-color: rgb(94,3,134); }
div.DivClassName
{
background-color: #5E0386;
}
.BgClassName
{
background-color: #5E0386;
}
</style>
border-color css
<style>
span { border-color: #5E0386; }
span { border-color: rgb(94,3,134); }
td.TdClassName
{
border-color: #5E0386;
}
.TagClassName
{
border-color: #5E0386;
}
</style>