Shades of Indigo #5E016D
Tints of Indigo #5E016D
RGB
CMYK
RGB Variations
Color information
#5E016D (or 0x5E016D) is known color: Indigo. HEX triplet: 5E, 01 and 6D. RGB value is (94,1,109). Sum of RGB (Red+Green+Blue) = 94+1+109=204 (27% of max value = 765). Red value is 94 (37.11% from 255 or 46.08% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #5E016D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E016D is #A1FE92. Grayscale: #282828. Windows color (decimal): -10616467 or 7143774. OLE color: 7143774.
HSL color Cylindrical-coordinate representation of color #5E016D: hue angle of 291.67º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E016D is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 1 | 109 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.57 |
| HSL | 291.67º | 0.98% | 0.22% | - |
| HSV(B) | 291.67º | 0.99% | 0.43% | - |
| XYZ | 7.39 | 3.51 | 14.76 | - |
| YUV | 41.12 | 166.31 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 1 | 109 | 0.14 | 0.99 | 0 | 0.57 | 291.67 | 0.98 | 0.22 |
| Hex | 5E | 1 | 6D | E | 63 | 0 | 39 | 124 | 62 | 16 |
| Octal | 136 | 1 | 155 | 16 | 143 | 0 | 71 | 444 | 142 | 26 |
| Binary | 1011110 | 1 | 1101101 | 1110 | 1100011 | 0 | 111001 | 100100100 | 1100010 | 10110 |
Color Harmonies of #5E016D
Complementary color
Monochromatic Colors of #5E016D
Black with #5E016D
Text Example
Text Example
White with #5E016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E016D; }
p { color: rgb(94,1,109); }
H1.HeaderClassName
{
color: #5E016D;
}
.AnyTagClassName
{
color: #5E016D;
}
</style>
background-color css
<style>
a { background-color: #5E016D; }
a { background-color: rgb(94,1,109); }
div.DivClassName
{
background-color: #5E016D;
}
.BgClassName
{
background-color: #5E016D;
}
</style>
border-color css
<style>
span { border-color: #5E016D; }
span { border-color: rgb(94,1,109); }
td.TdClassName
{
border-color: #5E016D;
}
.TagClassName
{
border-color: #5E016D;
}
</style>