Shades of Indigo #5E008F
Tints of Indigo #5E008F
RGB
CMYK
RGB Variations
Color information
#5E008F (or 0x5E008F) is known color: Indigo. HEX triplet: 5E, 00 and 8F. RGB value is (94,0,143). Sum of RGB (Red+Green+Blue) = 94+0+143=237 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.66% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 143 (56.25% from 255 or 60.34% from 237); Max value from RGB is 143 - color contains mainly: blue. Hex color #5E008F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E008F is #A1FF70. Grayscale: #2B2B2B. Windows color (decimal): -10616689 or 9371742. OLE color: 9371742.
HSL color Cylindrical-coordinate representation of color #5E008F: hue angle of 279.44º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E008F is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 0 | 143 | - |
| CMYK | 0.34 | 1 | 0 | 0.44 |
| HSL | 279.44º | 1% | 0.28% | - |
| HSV(B) | 279.44º | 1% | 0.56% | - |
| XYZ | 9.57 | 4.36 | 26.32 | - |
| YUV | 44.41 | 183.64 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 0 | 143 | 0.34 | 1 | 0 | 0.44 | 279.44 | 1 | 0.28 |
| Hex | 5E | 0 | 8F | 22 | 64 | 0 | 2C | 117 | 64 | 1C |
| Octal | 136 | 0 | 217 | 42 | 144 | 0 | 54 | 427 | 144 | 34 |
| Binary | 1011110 | 0 | 10001111 | 100010 | 1100100 | 0 | 101100 | 100010111 | 1100100 | 11100 |
Color Harmonies of #5E008F
Complementary color
Monochromatic Colors of #5E008F
Black with #5E008F
Text Example
Text Example
White with #5E008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E008F; }
p { color: rgb(94,0,143); }
H1.HeaderClassName
{
color: #5E008F;
}
.AnyTagClassName
{
color: #5E008F;
}
</style>
background-color css
<style>
a { background-color: #5E008F; }
a { background-color: rgb(94,0,143); }
div.DivClassName
{
background-color: #5E008F;
}
.BgClassName
{
background-color: #5E008F;
}
</style>
border-color css
<style>
span { border-color: #5E008F; }
span { border-color: rgb(94,0,143); }
td.TdClassName
{
border-color: #5E008F;
}
.TagClassName
{
border-color: #5E008F;
}
</style>