Shades of Indigo #5E087F
Tints of Indigo #5E087F
RGB
CMYK
RGB Variations
Color information
#5E087F (or 0x5E087F) is known color: Indigo. HEX triplet: 5E, 08 and 7F. RGB value is (94,8,127). Sum of RGB (Red+Green+Blue) = 94+8+127=229 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.05% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E087F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E087F is #A1F780. Grayscale: #2E2E2E. Windows color (decimal): -10614657 or 8325214. OLE color: 8325214.
HSL color Cylindrical-coordinate representation of color #5E087F: hue angle of 283.36º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E087F is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 8 | 127 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.50 |
| HSL | 283.36º | 0.88% | 0.26% | - |
| HSV(B) | 283.36º | 0.94% | 0.5% | - |
| XYZ | 8.53 | 4.09 | 20.42 | - |
| YUV | 47.28 | 172.99 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 8 | 127 | 0.26 | 0.94 | 0 | 0.50 | 283.36 | 0.88 | 0.26 |
| Hex | 5E | 8 | 7F | 1A | 5E | 0 | 32 | 11B | 58 | 1A |
| Octal | 136 | 10 | 177 | 32 | 136 | 0 | 62 | 433 | 130 | 32 |
| Binary | 1011110 | 1000 | 1111111 | 11010 | 1011110 | 0 | 110010 | 100011011 | 1011000 | 11010 |
Color Harmonies of #5E087F
Complementary color
Monochromatic Colors of #5E087F
Black with #5E087F
Text Example
Text Example
White with #5E087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E087F; }
p { color: rgb(94,8,127); }
H1.HeaderClassName
{
color: #5E087F;
}
.AnyTagClassName
{
color: #5E087F;
}
</style>
background-color css
<style>
a { background-color: #5E087F; }
a { background-color: rgb(94,8,127); }
div.DivClassName
{
background-color: #5E087F;
}
.BgClassName
{
background-color: #5E087F;
}
</style>
border-color css
<style>
span { border-color: #5E087F; }
span { border-color: rgb(94,8,127); }
td.TdClassName
{
border-color: #5E087F;
}
.TagClassName
{
border-color: #5E087F;
}
</style>