Shades of Indigo #5E057F
Tints of Indigo #5E057F
RGB
CMYK
RGB Variations
Color information
#5E057F (or 0x5E057F) is known color: Indigo. HEX triplet: 5E, 05 and 7F. RGB value is (94,5,127). Sum of RGB (Red+Green+Blue) = 94+5+127=226 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.59% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 127 (50% from 255 or 56.19% from 226); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E057F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E057F is #A1FA80. Grayscale: #2D2D2D. Windows color (decimal): -10615425 or 8324446. OLE color: 8324446.
HSL color Cylindrical-coordinate representation of color #5E057F: hue angle of 283.77º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E057F is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 5 | 127 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.50 |
| HSL | 283.77º | 0.92% | 0.26% | - |
| HSV(B) | 283.77º | 0.96% | 0.5% | - |
| XYZ | 8.5 | 4.02 | 20.41 | - |
| YUV | 45.52 | 173.99 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 5 | 127 | 0.26 | 0.96 | 0 | 0.50 | 283.77 | 0.92 | 0.26 |
| Hex | 5E | 5 | 7F | 1A | 60 | 0 | 32 | 11C | 5C | 1A |
| Octal | 136 | 5 | 177 | 32 | 140 | 0 | 62 | 434 | 134 | 32 |
| Binary | 1011110 | 101 | 1111111 | 11010 | 1100000 | 0 | 110010 | 100011100 | 1011100 | 11010 |
Color Harmonies of #5E057F
Complementary color
Monochromatic Colors of #5E057F
Black with #5E057F
Text Example
Text Example
White with #5E057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E057F; }
p { color: rgb(94,5,127); }
H1.HeaderClassName
{
color: #5E057F;
}
.AnyTagClassName
{
color: #5E057F;
}
</style>
background-color css
<style>
a { background-color: #5E057F; }
a { background-color: rgb(94,5,127); }
div.DivClassName
{
background-color: #5E057F;
}
.BgClassName
{
background-color: #5E057F;
}
</style>
border-color css
<style>
span { border-color: #5E057F; }
span { border-color: rgb(94,5,127); }
td.TdClassName
{
border-color: #5E057F;
}
.TagClassName
{
border-color: #5E057F;
}
</style>