Shades of Indigo #5E1588
Tints of Indigo #5E1588
RGB
CMYK
RGB Variations
Color information
#5E1588 (or 0x5E1588) is known color: Indigo. HEX triplet: 5E, 15 and 88. RGB value is (94,21,136). Sum of RGB (Red+Green+Blue) = 94+21+136=251 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.45% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #5E1588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1588 is #A1EA77. Grayscale: #373737. Windows color (decimal): -10611320 or 8918366. OLE color: 8918366.
HSL color Cylindrical-coordinate representation of color #5E1588: hue angle of 278.09º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E1588 is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 21 | 136 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.47 |
| HSL | 278.09º | 0.73% | 0.31% | - |
| HSV(B) | 278.09º | 0.85% | 0.53% | - |
| XYZ | 9.33 | 4.69 | 23.71 | - |
| YUV | 55.94 | 173.18 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 21 | 136 | 0.31 | 0.85 | 0 | 0.47 | 278.09 | 0.73 | 0.31 |
| Hex | 5E | 15 | 88 | 1F | 55 | 0 | 2F | 116 | 49 | 1F |
| Octal | 136 | 25 | 210 | 37 | 125 | 0 | 57 | 426 | 111 | 37 |
| Binary | 1011110 | 10101 | 10001000 | 11111 | 1010101 | 0 | 101111 | 100010110 | 1001001 | 11111 |
Color Harmonies of #5E1588
Complementary color
Monochromatic Colors of #5E1588
Black with #5E1588
Text Example
Text Example
White with #5E1588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1588; }
p { color: rgb(94,21,136); }
H1.HeaderClassName
{
color: #5E1588;
}
.AnyTagClassName
{
color: #5E1588;
}
</style>
background-color css
<style>
a { background-color: #5E1588; }
a { background-color: rgb(94,21,136); }
div.DivClassName
{
background-color: #5E1588;
}
.BgClassName
{
background-color: #5E1588;
}
</style>
border-color css
<style>
span { border-color: #5E1588; }
span { border-color: rgb(94,21,136); }
td.TdClassName
{
border-color: #5E1588;
}
.TagClassName
{
border-color: #5E1588;
}
</style>