Shades of Indigo #5E0F7F
Tints of Indigo #5E0F7F
RGB
CMYK
RGB Variations
Color information
#5E0F7F (or 0x5E0F7F) is known color: Indigo. HEX triplet: 5E, 0F and 7F. RGB value is (94,15,127). Sum of RGB (Red+Green+Blue) = 94+15+127=236 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.83% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E0F7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0F7F is #A1F080. Grayscale: #333333. Windows color (decimal): -10612865 or 8327006. OLE color: 8327006.
HSL color Cylindrical-coordinate representation of color #5E0F7F: hue angle of 282.32º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E0F7F is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 15 | 127 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.50 |
| HSL | 282.32º | 0.79% | 0.28% | - |
| HSV(B) | 282.32º | 0.88% | 0.5% | - |
| XYZ | 8.62 | 4.25 | 20.45 | - |
| YUV | 51.39 | 170.67 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 15 | 127 | 0.26 | 0.88 | 0 | 0.50 | 282.32 | 0.79 | 0.28 |
| Hex | 5E | F | 7F | 1A | 58 | 0 | 32 | 11A | 4F | 1C |
| Octal | 136 | 17 | 177 | 32 | 130 | 0 | 62 | 432 | 117 | 34 |
| Binary | 1011110 | 1111 | 1111111 | 11010 | 1011000 | 0 | 110010 | 100011010 | 1001111 | 11100 |
Color Harmonies of #5E0F7F
Complementary color
Monochromatic Colors of #5E0F7F
Black with #5E0F7F
Text Example
Text Example
White with #5E0F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0F7F; }
p { color: rgb(94,15,127); }
H1.HeaderClassName
{
color: #5E0F7F;
}
.AnyTagClassName
{
color: #5E0F7F;
}
</style>
background-color css
<style>
a { background-color: #5E0F7F; }
a { background-color: rgb(94,15,127); }
div.DivClassName
{
background-color: #5E0F7F;
}
.BgClassName
{
background-color: #5E0F7F;
}
</style>
border-color css
<style>
span { border-color: #5E0F7F; }
span { border-color: rgb(94,15,127); }
td.TdClassName
{
border-color: #5E0F7F;
}
.TagClassName
{
border-color: #5E0F7F;
}
</style>