Shades of Indigo #5E1097
Tints of Indigo #5E1097
RGB
CMYK
RGB Variations
Color information
#5E1097 (or 0x5E1097) is known color: Indigo. HEX triplet: 5E, 10 and 97. RGB value is (94,16,151). Sum of RGB (Red+Green+Blue) = 94+16+151=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 151 (59.38% from 255 or 57.85% from 261); Max value from RGB is 151 - color contains mainly: blue. Hex color #5E1097 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1097 is #A1EF68. Grayscale: #363636. Windows color (decimal): -10612585 or 9900126. OLE color: 9900126.
HSL color Cylindrical-coordinate representation of color #5E1097: hue angle of 274.67º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E1097 is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 16 | 151 | - |
| CMYK | 0.38 | 0.89 | 0 | 0.41 |
| HSL | 274.67º | 0.81% | 0.33% | - |
| HSV(B) | 274.67º | 0.89% | 0.59% | - |
| XYZ | 10.39 | 4.98 | 29.69 | - |
| YUV | 54.71 | 182.34 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 16 | 151 | 0.38 | 0.89 | 0 | 0.41 | 274.67 | 0.81 | 0.33 |
| Hex | 5E | 10 | 97 | 26 | 59 | 0 | 29 | 113 | 51 | 21 |
| Octal | 136 | 20 | 227 | 46 | 131 | 0 | 51 | 423 | 121 | 41 |
| Binary | 1011110 | 10000 | 10010111 | 100110 | 1011001 | 0 | 101001 | 100010011 | 1010001 | 100001 |
Color Harmonies of #5E1097
Complementary color
Monochromatic Colors of #5E1097
Black with #5E1097
Text Example
Text Example
White with #5E1097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1097; }
p { color: rgb(94,16,151); }
H1.HeaderClassName
{
color: #5E1097;
}
.AnyTagClassName
{
color: #5E1097;
}
</style>
background-color css
<style>
a { background-color: #5E1097; }
a { background-color: rgb(94,16,151); }
div.DivClassName
{
background-color: #5E1097;
}
.BgClassName
{
background-color: #5E1097;
}
</style>
border-color css
<style>
span { border-color: #5E1097; }
span { border-color: rgb(94,16,151); }
td.TdClassName
{
border-color: #5E1097;
}
.TagClassName
{
border-color: #5E1097;
}
</style>