Shades of Indigo #5E0082
Tints of Indigo #5E0082
RGB
CMYK
RGB Variations
Color information
#5E0082 (or 0x5E0082) is known color: Indigo. HEX triplet: 5E, 00 and 82. RGB value is (94,0,130). Sum of RGB (Red+Green+Blue) = 94+0+130=224 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.96% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 130 (51.17% from 255 or 58.04% from 224); Max value from RGB is 130 - color contains mainly: blue. Hex color #5E0082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0082 is #A1FF7D. Grayscale: #2A2A2A. Windows color (decimal): -10616702 or 8519774. OLE color: 8519774.
HSL color Cylindrical-coordinate representation of color #5E0082: hue angle of 283.38º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E0082 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 0 | 130 | - |
| CMYK | 0.28 | 1 | 0 | 0.49 |
| HSL | 283.38º | 1% | 0.25% | - |
| HSV(B) | 283.38º | 1% | 0.51% | - |
| XYZ | 8.65 | 3.99 | 21.43 | - |
| YUV | 42.93 | 177.14 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 0 | 130 | 0.28 | 1 | 0 | 0.49 | 283.38 | 1 | 0.25 |
| Hex | 5E | 0 | 82 | 1C | 64 | 0 | 31 | 11B | 64 | 19 |
| Octal | 136 | 0 | 202 | 34 | 144 | 0 | 61 | 433 | 144 | 31 |
| Binary | 1011110 | 0 | 10000010 | 11100 | 1100100 | 0 | 110001 | 100011011 | 1100100 | 11001 |
Color Harmonies of #5E0082
Complementary color
Monochromatic Colors of #5E0082
Black with #5E0082
Text Example
Text Example
White with #5E0082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0082; }
p { color: rgb(94,0,130); }
H1.HeaderClassName
{
color: #5E0082;
}
.AnyTagClassName
{
color: #5E0082;
}
</style>
background-color css
<style>
a { background-color: #5E0082; }
a { background-color: rgb(94,0,130); }
div.DivClassName
{
background-color: #5E0082;
}
.BgClassName
{
background-color: #5E0082;
}
</style>
border-color css
<style>
span { border-color: #5E0082; }
span { border-color: rgb(94,0,130); }
td.TdClassName
{
border-color: #5E0082;
}
.TagClassName
{
border-color: #5E0082;
}
</style>