Shades of Indigo #5E0C91
Tints of Indigo #5E0C91
RGB
CMYK
RGB Variations
Color information
#5E0C91 (or 0x5E0C91) is known color: Indigo. HEX triplet: 5E, 0C and 91. RGB value is (94,12,145). Sum of RGB (Red+Green+Blue) = 94+12+145=251 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.45% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 145 (57.03% from 255 or 57.77% from 251); Max value from RGB is 145 - color contains mainly: blue. Hex color #5E0C91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0C91 is #A1F36E. Grayscale: #333333. Windows color (decimal): -10613615 or 9505886. OLE color: 9505886.
HSL color Cylindrical-coordinate representation of color #5E0C91: hue angle of 276.99º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5E0C91 is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 12 | 145 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.43 |
| HSL | 276.99º | 0.85% | 0.31% | - |
| HSV(B) | 276.99º | 0.92% | 0.57% | - |
| XYZ | 9.86 | 4.69 | 27.17 | - |
| YUV | 51.68 | 180.67 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 12 | 145 | 0.35 | 0.92 | 0 | 0.43 | 276.99 | 0.85 | 0.31 |
| Hex | 5E | C | 91 | 23 | 5C | 0 | 2B | 115 | 55 | 1F |
| Octal | 136 | 14 | 221 | 43 | 134 | 0 | 53 | 425 | 125 | 37 |
| Binary | 1011110 | 1100 | 10010001 | 100011 | 1011100 | 0 | 101011 | 100010101 | 1010101 | 11111 |
Color Harmonies of #5E0C91
Complementary color
Monochromatic Colors of #5E0C91
Black with #5E0C91
Text Example
Text Example
White with #5E0C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0C91; }
p { color: rgb(94,12,145); }
H1.HeaderClassName
{
color: #5E0C91;
}
.AnyTagClassName
{
color: #5E0C91;
}
</style>
background-color css
<style>
a { background-color: #5E0C91; }
a { background-color: rgb(94,12,145); }
div.DivClassName
{
background-color: #5E0C91;
}
.BgClassName
{
background-color: #5E0C91;
}
</style>
border-color css
<style>
span { border-color: #5E0C91; }
span { border-color: rgb(94,12,145); }
td.TdClassName
{
border-color: #5E0C91;
}
.TagClassName
{
border-color: #5E0C91;
}
</style>