Shades of Indigo #5E0690
Tints of Indigo #5E0690
RGB
CMYK
RGB Variations
Color information
#5E0690 (or 0x5E0690) is known color: Indigo. HEX triplet: 5E, 06 and 90. RGB value is (94,6,144). Sum of RGB (Red+Green+Blue) = 94+6+144=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #5E0690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0690 is #A1F96F. Grayscale: #2F2F2F. Windows color (decimal): -10615152 or 9438814. OLE color: 9438814.
HSL color Cylindrical-coordinate representation of color #5E0690: hue angle of 278.26º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E0690 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 6 | 144 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.44 |
| HSL | 278.26º | 0.92% | 0.29% | - |
| HSV(B) | 278.26º | 0.96% | 0.56% | - |
| XYZ | 9.72 | 4.52 | 26.75 | - |
| YUV | 48.04 | 182.15 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 6 | 144 | 0.35 | 0.96 | 0 | 0.44 | 278.26 | 0.92 | 0.29 |
| Hex | 5E | 6 | 90 | 23 | 60 | 0 | 2C | 116 | 5C | 1D |
| Octal | 136 | 6 | 220 | 43 | 140 | 0 | 54 | 426 | 134 | 35 |
| Binary | 1011110 | 110 | 10010000 | 100011 | 1100000 | 0 | 101100 | 100010110 | 1011100 | 11101 |
Color Harmonies of #5E0690
Complementary color
Monochromatic Colors of #5E0690
Black with #5E0690
Text Example
Text Example
White with #5E0690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0690; }
p { color: rgb(94,6,144); }
H1.HeaderClassName
{
color: #5E0690;
}
.AnyTagClassName
{
color: #5E0690;
}
</style>
background-color css
<style>
a { background-color: #5E0690; }
a { background-color: rgb(94,6,144); }
div.DivClassName
{
background-color: #5E0690;
}
.BgClassName
{
background-color: #5E0690;
}
</style>
border-color css
<style>
span { border-color: #5E0690; }
span { border-color: rgb(94,6,144); }
td.TdClassName
{
border-color: #5E0690;
}
.TagClassName
{
border-color: #5E0690;
}
</style>