Shades of Indigo #5E017F
Tints of Indigo #5E017F
RGB
CMYK
RGB Variations
Color information
#5E017F (or 0x5E017F) is known color: Indigo. HEX triplet: 5E, 01 and 7F. RGB value is (94,1,127). Sum of RGB (Red+Green+Blue) = 94+1+127=222 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.34% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 127 (50% from 255 or 57.21% from 222); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E017F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E017F is #A1FE80. Grayscale: #2A2A2A. Windows color (decimal): -10616449 or 8323422. OLE color: 8323422.
HSL color Cylindrical-coordinate representation of color #5E017F: hue angle of 284.29º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E017F is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 1 | 127 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.50 |
| HSL | 284.29º | 0.98% | 0.25% | - |
| HSV(B) | 284.29º | 0.99% | 0.5% | - |
| XYZ | 8.46 | 3.93 | 20.39 | - |
| YUV | 43.17 | 175.31 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 1 | 127 | 0.26 | 0.99 | 0 | 0.50 | 284.29 | 0.98 | 0.25 |
| Hex | 5E | 1 | 7F | 1A | 63 | 0 | 32 | 11C | 62 | 19 |
| Octal | 136 | 1 | 177 | 32 | 143 | 0 | 62 | 434 | 142 | 31 |
| Binary | 1011110 | 1 | 1111111 | 11010 | 1100011 | 0 | 110010 | 100011100 | 1100010 | 11001 |
Color Harmonies of #5E017F
Complementary color
Monochromatic Colors of #5E017F
Black with #5E017F
Text Example
Text Example
White with #5E017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E017F; }
p { color: rgb(94,1,127); }
H1.HeaderClassName
{
color: #5E017F;
}
.AnyTagClassName
{
color: #5E017F;
}
</style>
background-color css
<style>
a { background-color: #5E017F; }
a { background-color: rgb(94,1,127); }
div.DivClassName
{
background-color: #5E017F;
}
.BgClassName
{
background-color: #5E017F;
}
</style>
border-color css
<style>
span { border-color: #5E017F; }
span { border-color: rgb(94,1,127); }
td.TdClassName
{
border-color: #5E017F;
}
.TagClassName
{
border-color: #5E017F;
}
</style>