Shades of Indigo #5E1585
Tints of Indigo #5E1585
RGB
CMYK
RGB Variations
Color information
#5E1585 (or 0x5E1585) is known color: Indigo. HEX triplet: 5E, 15 and 85. RGB value is (94,21,133). Sum of RGB (Red+Green+Blue) = 94+21+133=248 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.90% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #5E1585 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1585 is #A1EA7A. Grayscale: #373737. Windows color (decimal): -10611323 or 8721758. OLE color: 8721758.
HSL color Cylindrical-coordinate representation of color #5E1585: hue angle of 279.11º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E1585 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 21 | 133 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.48 |
| HSL | 279.11º | 0.73% | 0.3% | - |
| HSV(B) | 279.11º | 0.84% | 0.52% | - |
| XYZ | 9.12 | 4.61 | 22.6 | - |
| YUV | 55.6 | 171.68 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 21 | 133 | 0.29 | 0.84 | 0 | 0.48 | 279.11 | 0.73 | 0.3 |
| Hex | 5E | 15 | 85 | 1D | 54 | 0 | 30 | 117 | 49 | 1E |
| Octal | 136 | 25 | 205 | 35 | 124 | 0 | 60 | 427 | 111 | 36 |
| Binary | 1011110 | 10101 | 10000101 | 11101 | 1010100 | 0 | 110000 | 100010111 | 1001001 | 11110 |
Color Harmonies of #5E1585
Complementary color
Monochromatic Colors of #5E1585
Black with #5E1585
Text Example
Text Example
White with #5E1585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1585; }
p { color: rgb(94,21,133); }
H1.HeaderClassName
{
color: #5E1585;
}
.AnyTagClassName
{
color: #5E1585;
}
</style>
background-color css
<style>
a { background-color: #5E1585; }
a { background-color: rgb(94,21,133); }
div.DivClassName
{
background-color: #5E1585;
}
.BgClassName
{
background-color: #5E1585;
}
</style>
border-color css
<style>
span { border-color: #5E1585; }
span { border-color: rgb(94,21,133); }
td.TdClassName
{
border-color: #5E1585;
}
.TagClassName
{
border-color: #5E1585;
}
</style>