Shades of Indigo #5E177F
Tints of Indigo #5E177F
RGB
CMYK
RGB Variations
Color information
#5E177F (or 0x5E177F) is known color: Indigo. HEX triplet: 5E, 17 and 7F. RGB value is (94,23,127). Sum of RGB (Red+Green+Blue) = 94+23+127=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E177F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E177F is #A1E880. Grayscale: #373737. Windows color (decimal): -10610817 or 8329054. OLE color: 8329054.
HSL color Cylindrical-coordinate representation of color #5E177F: hue angle of 280.96º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E177F is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 23 | 127 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.50 |
| HSL | 280.96º | 0.69% | 0.29% | - |
| HSV(B) | 280.96º | 0.82% | 0.5% | - |
| XYZ | 8.75 | 4.52 | 20.49 | - |
| YUV | 56.09 | 168.02 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 23 | 127 | 0.26 | 0.82 | 0 | 0.50 | 280.96 | 0.69 | 0.29 |
| Hex | 5E | 17 | 7F | 1A | 52 | 0 | 32 | 119 | 45 | 1D |
| Octal | 136 | 27 | 177 | 32 | 122 | 0 | 62 | 431 | 105 | 35 |
| Binary | 1011110 | 10111 | 1111111 | 11010 | 1010010 | 0 | 110010 | 100011001 | 1000101 | 11101 |
Color Harmonies of #5E177F
Complementary color
Monochromatic Colors of #5E177F
Black with #5E177F
Text Example
Text Example
White with #5E177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E177F; }
p { color: rgb(94,23,127); }
H1.HeaderClassName
{
color: #5E177F;
}
.AnyTagClassName
{
color: #5E177F;
}
</style>
background-color css
<style>
a { background-color: #5E177F; }
a { background-color: rgb(94,23,127); }
div.DivClassName
{
background-color: #5E177F;
}
.BgClassName
{
background-color: #5E177F;
}
</style>
border-color css
<style>
span { border-color: #5E177F; }
span { border-color: rgb(94,23,127); }
td.TdClassName
{
border-color: #5E177F;
}
.TagClassName
{
border-color: #5E177F;
}
</style>