Shades of Indigo #5E178A
Tints of Indigo #5E178A
RGB
CMYK
RGB Variations
Color information
#5E178A (or 0x5E178A) is known color: Indigo. HEX triplet: 5E, 17 and 8A. RGB value is (94,23,138). Sum of RGB (Red+Green+Blue) = 94+23+138=255 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.86% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #5E178A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E178A is #A1E875. Grayscale: #383838. Windows color (decimal): -10610806 or 9049950. OLE color: 9049950.
HSL color Cylindrical-coordinate representation of color #5E178A: hue angle of 277.04º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E178A is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 23 | 138 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.46 |
| HSL | 277.04º | 0.71% | 0.32% | - |
| HSV(B) | 277.04º | 0.83% | 0.54% | - |
| XYZ | 9.51 | 4.83 | 24.48 | - |
| YUV | 57.34 | 173.52 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 23 | 138 | 0.32 | 0.83 | 0 | 0.46 | 277.04 | 0.71 | 0.32 |
| Hex | 5E | 17 | 8A | 20 | 53 | 0 | 2E | 115 | 47 | 20 |
| Octal | 136 | 27 | 212 | 40 | 123 | 0 | 56 | 425 | 107 | 40 |
| Binary | 1011110 | 10111 | 10001010 | 100000 | 1010011 | 0 | 101110 | 100010101 | 1000111 | 100000 |
Color Harmonies of #5E178A
Complementary color
Monochromatic Colors of #5E178A
Black with #5E178A
Text Example
Text Example
White with #5E178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E178A; }
p { color: rgb(94,23,138); }
H1.HeaderClassName
{
color: #5E178A;
}
.AnyTagClassName
{
color: #5E178A;
}
</style>
background-color css
<style>
a { background-color: #5E178A; }
a { background-color: rgb(94,23,138); }
div.DivClassName
{
background-color: #5E178A;
}
.BgClassName
{
background-color: #5E178A;
}
</style>
border-color css
<style>
span { border-color: #5E178A; }
span { border-color: rgb(94,23,138); }
td.TdClassName
{
border-color: #5E178A;
}
.TagClassName
{
border-color: #5E178A;
}
</style>