Shades of Indigo #5E177B
Tints of Indigo #5E177B
RGB
CMYK
RGB Variations
Color information
#5E177B (or 0x5E177B) is known color: Indigo. HEX triplet: 5E, 17 and 7B. RGB value is (94,23,123). Sum of RGB (Red+Green+Blue) = 94+23+123=240 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.17% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #5E177B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E177B is #A1E884. Grayscale: #373737. Windows color (decimal): -10610821 or 8066910. OLE color: 8066910.
HSL color Cylindrical-coordinate representation of color #5E177B: hue angle of 282.6º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E177B is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 94 | 23 | 123 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.52 |
| HSL | 282.6º | 0.68% | 0.29% | - |
| HSV(B) | 282.6º | 0.81% | 0.48% | - |
| XYZ | 8.5 | 4.42 | 19.14 | - |
| YUV | 55.63 | 166.02 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 23 | 123 | 0.24 | 0.81 | 0 | 0.52 | 282.6 | 0.68 | 0.29 |
| Hex | 5E | 17 | 7B | 18 | 51 | 0 | 34 | 11B | 44 | 1D |
| Octal | 136 | 27 | 173 | 30 | 121 | 0 | 64 | 433 | 104 | 35 |
| Binary | 1011110 | 10111 | 1111011 | 11000 | 1010001 | 0 | 110100 | 100011011 | 1000100 | 11101 |
Color Harmonies of #5E177B
Complementary color
Monochromatic Colors of #5E177B
Black with #5E177B
Text Example
Text Example
White with #5E177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E177B; }
p { color: rgb(94,23,123); }
H1.HeaderClassName
{
color: #5E177B;
}
.AnyTagClassName
{
color: #5E177B;
}
</style>
background-color css
<style>
a { background-color: #5E177B; }
a { background-color: rgb(94,23,123); }
div.DivClassName
{
background-color: #5E177B;
}
.BgClassName
{
background-color: #5E177B;
}
</style>
border-color css
<style>
span { border-color: #5E177B; }
span { border-color: rgb(94,23,123); }
td.TdClassName
{
border-color: #5E177B;
}
.TagClassName
{
border-color: #5E177B;
}
</style>