Shades of Indigo #5E1485
Tints of Indigo #5E1485
RGB
CMYK
RGB Variations
Color information
#5E1485 (or 0x5E1485) is known color: Indigo. HEX triplet: 5E, 14 and 85. RGB value is (94,20,133). Sum of RGB (Red+Green+Blue) = 94+20+133=247 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.06% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #5E1485 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1485 is #A1EB7A. Grayscale: #363636. Windows color (decimal): -10611579 or 8721502. OLE color: 8721502.
HSL color Cylindrical-coordinate representation of color #5E1485: hue angle of 279.29º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E1485 is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 20 | 133 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.48 |
| HSL | 279.29º | 0.74% | 0.3% | - |
| HSV(B) | 279.29º | 0.85% | 0.52% | - |
| XYZ | 9.1 | 4.57 | 22.59 | - |
| YUV | 55.01 | 172.02 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 20 | 133 | 0.29 | 0.85 | 0 | 0.48 | 279.29 | 0.74 | 0.3 |
| Hex | 5E | 14 | 85 | 1D | 55 | 0 | 30 | 117 | 4A | 1E |
| Octal | 136 | 24 | 205 | 35 | 125 | 0 | 60 | 427 | 112 | 36 |
| Binary | 1011110 | 10100 | 10000101 | 11101 | 1010101 | 0 | 110000 | 100010111 | 1001010 | 11110 |
Color Harmonies of #5E1485
Complementary color
Monochromatic Colors of #5E1485
Black with #5E1485
Text Example
Text Example
White with #5E1485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1485; }
p { color: rgb(94,20,133); }
H1.HeaderClassName
{
color: #5E1485;
}
.AnyTagClassName
{
color: #5E1485;
}
</style>
background-color css
<style>
a { background-color: #5E1485; }
a { background-color: rgb(94,20,133); }
div.DivClassName
{
background-color: #5E1485;
}
.BgClassName
{
background-color: #5E1485;
}
</style>
border-color css
<style>
span { border-color: #5E1485; }
span { border-color: rgb(94,20,133); }
td.TdClassName
{
border-color: #5E1485;
}
.TagClassName
{
border-color: #5E1485;
}
</style>