Shades of Indigo #5E0371
Tints of Indigo #5E0371
RGB
CMYK
RGB Variations
Color information
#5E0371 (or 0x5E0371) is known color: Indigo. HEX triplet: 5E, 03 and 71. RGB value is (94,3,113). Sum of RGB (Red+Green+Blue) = 94+3+113=210 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.76% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #5E0371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0371 is #A1FC8E. Grayscale: #2A2A2A. Windows color (decimal): -10615951 or 7406430. OLE color: 7406430.
HSL color Cylindrical-coordinate representation of color #5E0371: hue angle of 289.64º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E0371 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 3 | 113 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.56 |
| HSL | 289.64º | 0.95% | 0.23% | - |
| HSV(B) | 289.64º | 0.97% | 0.44% | - |
| XYZ | 7.63 | 3.64 | 15.92 | - |
| YUV | 42.75 | 167.65 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 3 | 113 | 0.17 | 0.97 | 0 | 0.56 | 289.64 | 0.95 | 0.23 |
| Hex | 5E | 3 | 71 | 11 | 61 | 0 | 38 | 122 | 5F | 17 |
| Octal | 136 | 3 | 161 | 21 | 141 | 0 | 70 | 442 | 137 | 27 |
| Binary | 1011110 | 11 | 1110001 | 10001 | 1100001 | 0 | 111000 | 100100010 | 1011111 | 10111 |
Color Harmonies of #5E0371
Complementary color
Monochromatic Colors of #5E0371
Black with #5E0371
Text Example
Text Example
White with #5E0371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0371; }
p { color: rgb(94,3,113); }
H1.HeaderClassName
{
color: #5E0371;
}
.AnyTagClassName
{
color: #5E0371;
}
</style>
background-color css
<style>
a { background-color: #5E0371; }
a { background-color: rgb(94,3,113); }
div.DivClassName
{
background-color: #5E0371;
}
.BgClassName
{
background-color: #5E0371;
}
</style>
border-color css
<style>
span { border-color: #5E0371; }
span { border-color: rgb(94,3,113); }
td.TdClassName
{
border-color: #5E0371;
}
.TagClassName
{
border-color: #5E0371;
}
</style>