Shades of Indigo #5E1787
Tints of Indigo #5E1787
RGB
CMYK
RGB Variations
Color information
#5E1787 (or 0x5E1787) is known color: Indigo. HEX triplet: 5E, 17 and 87. RGB value is (94,23,135). Sum of RGB (Red+Green+Blue) = 94+23+135=252 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.30% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 135 (53.12% from 255 or 53.57% from 252); Max value from RGB is 135 - color contains mainly: blue. Hex color #5E1787 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1787 is #A1E878. Grayscale: #383838. Windows color (decimal): -10610809 or 8853342. OLE color: 8853342.
HSL color Cylindrical-coordinate representation of color #5E1787: hue angle of 278.04º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E1787 is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 23 | 135 | - |
| CMYK | 0.30 | 0.83 | 0 | 0.47 |
| HSL | 278.04º | 0.71% | 0.31% | - |
| HSV(B) | 278.04º | 0.83% | 0.53% | - |
| XYZ | 9.3 | 4.74 | 23.35 | - |
| YUV | 57 | 172.02 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 23 | 135 | 0.30 | 0.83 | 0 | 0.47 | 278.04 | 0.71 | 0.31 |
| Hex | 5E | 17 | 87 | 1E | 53 | 0 | 2F | 116 | 47 | 1F |
| Octal | 136 | 27 | 207 | 36 | 123 | 0 | 57 | 426 | 107 | 37 |
| Binary | 1011110 | 10111 | 10000111 | 11110 | 1010011 | 0 | 101111 | 100010110 | 1000111 | 11111 |
Color Harmonies of #5E1787
Complementary color
Monochromatic Colors of #5E1787
Black with #5E1787
Text Example
Text Example
White with #5E1787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1787; }
p { color: rgb(94,23,135); }
H1.HeaderClassName
{
color: #5E1787;
}
.AnyTagClassName
{
color: #5E1787;
}
</style>
background-color css
<style>
a { background-color: #5E1787; }
a { background-color: rgb(94,23,135); }
div.DivClassName
{
background-color: #5E1787;
}
.BgClassName
{
background-color: #5E1787;
}
</style>
border-color css
<style>
span { border-color: #5E1787; }
span { border-color: rgb(94,23,135); }
td.TdClassName
{
border-color: #5E1787;
}
.TagClassName
{
border-color: #5E1787;
}
</style>