Shades of Indigo #5E0083
Tints of Indigo #5E0083
RGB
CMYK
RGB Variations
Color information
#5E0083 (or 0x5E0083) is known color: Indigo. HEX triplet: 5E, 00 and 83. RGB value is (94,0,131). Sum of RGB (Red+Green+Blue) = 94+0+131=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 131 (51.56% from 255 or 58.22% from 225); Max value from RGB is 131 - color contains mainly: blue. Hex color #5E0083 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0083 is #A1FF7C. Grayscale: #2A2A2A. Windows color (decimal): -10616701 or 8585310. OLE color: 8585310.
HSL color Cylindrical-coordinate representation of color #5E0083: hue angle of 283.05º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E0083 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 0 | 131 | - |
| CMYK | 0.28 | 1 | 0 | 0.49 |
| HSL | 283.05º | 1% | 0.26% | - |
| HSV(B) | 283.05º | 1% | 0.51% | - |
| XYZ | 8.71 | 4.02 | 21.79 | - |
| YUV | 43.04 | 177.64 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 0 | 131 | 0.28 | 1 | 0 | 0.49 | 283.05 | 1 | 0.26 |
| Hex | 5E | 0 | 83 | 1C | 64 | 0 | 31 | 11B | 64 | 1A |
| Octal | 136 | 0 | 203 | 34 | 144 | 0 | 61 | 433 | 144 | 32 |
| Binary | 1011110 | 0 | 10000011 | 11100 | 1100100 | 0 | 110001 | 100011011 | 1100100 | 11010 |
Color Harmonies of #5E0083
Complementary color
Monochromatic Colors of #5E0083
Black with #5E0083
Text Example
Text Example
White with #5E0083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0083; }
p { color: rgb(94,0,131); }
H1.HeaderClassName
{
color: #5E0083;
}
.AnyTagClassName
{
color: #5E0083;
}
</style>
background-color css
<style>
a { background-color: #5E0083; }
a { background-color: rgb(94,0,131); }
div.DivClassName
{
background-color: #5E0083;
}
.BgClassName
{
background-color: #5E0083;
}
</style>
border-color css
<style>
span { border-color: #5E0083; }
span { border-color: rgb(94,0,131); }
td.TdClassName
{
border-color: #5E0083;
}
.TagClassName
{
border-color: #5E0083;
}
</style>