Shades of Indigo #5E1582
Tints of Indigo #5E1582
RGB
CMYK
RGB Variations
Color information
#5E1582 (or 0x5E1582) is known color: Indigo. HEX triplet: 5E, 15 and 82. RGB value is (94,21,130). Sum of RGB (Red+Green+Blue) = 94+21+130=245 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.37% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #5E1582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1582 is #A1EA7D. Grayscale: #363636. Windows color (decimal): -10611326 or 8525150. OLE color: 8525150.
HSL color Cylindrical-coordinate representation of color #5E1582: hue angle of 280.18º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E1582 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 21 | 130 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.49 |
| HSL | 280.18º | 0.72% | 0.3% | - |
| HSV(B) | 280.18º | 0.84% | 0.51% | - |
| XYZ | 8.91 | 4.53 | 21.52 | - |
| YUV | 55.25 | 170.18 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 21 | 130 | 0.28 | 0.84 | 0 | 0.49 | 280.18 | 0.72 | 0.3 |
| Hex | 5E | 15 | 82 | 1C | 54 | 0 | 31 | 118 | 48 | 1E |
| Octal | 136 | 25 | 202 | 34 | 124 | 0 | 61 | 430 | 110 | 36 |
| Binary | 1011110 | 10101 | 10000010 | 11100 | 1010100 | 0 | 110001 | 100011000 | 1001000 | 11110 |
Color Harmonies of #5E1582
Complementary color
Monochromatic Colors of #5E1582
Black with #5E1582
Text Example
Text Example
White with #5E1582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1582; }
p { color: rgb(94,21,130); }
H1.HeaderClassName
{
color: #5E1582;
}
.AnyTagClassName
{
color: #5E1582;
}
</style>
background-color css
<style>
a { background-color: #5E1582; }
a { background-color: rgb(94,21,130); }
div.DivClassName
{
background-color: #5E1582;
}
.BgClassName
{
background-color: #5E1582;
}
</style>
border-color css
<style>
span { border-color: #5E1582; }
span { border-color: rgb(94,21,130); }
td.TdClassName
{
border-color: #5E1582;
}
.TagClassName
{
border-color: #5E1582;
}
</style>