Shades of Indigo #5E1690
Tints of Indigo #5E1690
RGB
CMYK
RGB Variations
Color information
#5E1690 (or 0x5E1690) is known color: Indigo. HEX triplet: 5E, 16 and 90. RGB value is (94,22,144). Sum of RGB (Red+Green+Blue) = 94+22+144=260 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.15% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 144 (56.64% from 255 or 55.38% from 260); Max value from RGB is 144 - color contains mainly: blue. Hex color #5E1690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1690 is #A1E96F. Grayscale: #393939. Windows color (decimal): -10611056 or 9442910. OLE color: 9442910.
HSL color Cylindrical-coordinate representation of color #5E1690: hue angle of 275.41º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E1690 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 22 | 144 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.44 |
| HSL | 275.41º | 0.73% | 0.33% | - |
| HSV(B) | 275.41º | 0.85% | 0.56% | - |
| XYZ | 9.94 | 4.97 | 26.82 | - |
| YUV | 57.44 | 176.85 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 22 | 144 | 0.35 | 0.85 | 0 | 0.44 | 275.41 | 0.73 | 0.33 |
| Hex | 5E | 16 | 90 | 23 | 55 | 0 | 2C | 113 | 49 | 21 |
| Octal | 136 | 26 | 220 | 43 | 125 | 0 | 54 | 423 | 111 | 41 |
| Binary | 1011110 | 10110 | 10010000 | 100011 | 1010101 | 0 | 101100 | 100010011 | 1001001 | 100001 |
Color Harmonies of #5E1690
Complementary color
Monochromatic Colors of #5E1690
Black with #5E1690
Text Example
Text Example
White with #5E1690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1690; }
p { color: rgb(94,22,144); }
H1.HeaderClassName
{
color: #5E1690;
}
.AnyTagClassName
{
color: #5E1690;
}
</style>
background-color css
<style>
a { background-color: #5E1690; }
a { background-color: rgb(94,22,144); }
div.DivClassName
{
background-color: #5E1690;
}
.BgClassName
{
background-color: #5E1690;
}
</style>
border-color css
<style>
span { border-color: #5E1690; }
span { border-color: rgb(94,22,144); }
td.TdClassName
{
border-color: #5E1690;
}
.TagClassName
{
border-color: #5E1690;
}
</style>