Shades of Indigo #5E006E
Tints of Indigo #5E006E
RGB
CMYK
RGB Variations
Color information
#5E006E (or 0x5E006E) is known color: Indigo. HEX triplet: 5E, 00 and 6E. RGB value is (94,0,110). Sum of RGB (Red+Green+Blue) = 94+0+110=204 (27% of max value = 765). Red value is 94 (37.11% from 255 or 46.08% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #5E006E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E006E is #A1FF91. Grayscale: #282828. Windows color (decimal): -10616722 or 7209054. OLE color: 7209054.
HSL color Cylindrical-coordinate representation of color #5E006E: hue angle of 291.27º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E006E is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 0 | 110 | - |
| CMYK | 0.15 | 1 | 0 | 0.57 |
| HSL | 291.27º | 1% | 0.22% | - |
| HSV(B) | 291.27º | 1% | 0.43% | - |
| XYZ | 7.43 | 3.51 | 15.04 | - |
| YUV | 40.65 | 167.14 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 0 | 110 | 0.15 | 1 | 0 | 0.57 | 291.27 | 1 | 0.22 |
| Hex | 5E | 0 | 6E | F | 64 | 0 | 39 | 123 | 64 | 16 |
| Octal | 136 | 0 | 156 | 17 | 144 | 0 | 71 | 443 | 144 | 26 |
| Binary | 1011110 | 0 | 1101110 | 1111 | 1100100 | 0 | 111001 | 100100011 | 1100100 | 10110 |
Color Harmonies of #5E006E
Complementary color
Monochromatic Colors of #5E006E
Black with #5E006E
Text Example
Text Example
White with #5E006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E006E; }
p { color: rgb(94,0,110); }
H1.HeaderClassName
{
color: #5E006E;
}
.AnyTagClassName
{
color: #5E006E;
}
</style>
background-color css
<style>
a { background-color: #5E006E; }
a { background-color: rgb(94,0,110); }
div.DivClassName
{
background-color: #5E006E;
}
.BgClassName
{
background-color: #5E006E;
}
</style>
border-color css
<style>
span { border-color: #5E006E; }
span { border-color: rgb(94,0,110); }
td.TdClassName
{
border-color: #5E006E;
}
.TagClassName
{
border-color: #5E006E;
}
</style>