Shades of Indigo #5E008C
Tints of Indigo #5E008C
RGB
CMYK
RGB Variations
Color information
#5E008C (or 0x5E008C) is known color: Indigo. HEX triplet: 5E, 00 and 8C. RGB value is (94,0,140). Sum of RGB (Red+Green+Blue) = 94+0+140=234 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.17% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 140 (55.08% from 255 or 59.83% from 234); Max value from RGB is 140 - color contains mainly: blue. Hex color #5E008C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E008C is #A1FF73. Grayscale: #2B2B2B. Windows color (decimal): -10616692 or 9175134. OLE color: 9175134.
HSL color Cylindrical-coordinate representation of color #5E008C: hue angle of 280.29º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E008C is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 0 | 140 | - |
| CMYK | 0.33 | 1 | 0 | 0.45 |
| HSL | 280.29º | 1% | 0.27% | - |
| HSV(B) | 280.29º | 1% | 0.55% | - |
| XYZ | 9.35 | 4.27 | 25.14 | - |
| YUV | 44.07 | 182.14 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 0 | 140 | 0.33 | 1 | 0 | 0.45 | 280.29 | 1 | 0.27 |
| Hex | 5E | 0 | 8C | 21 | 64 | 0 | 2D | 118 | 64 | 1B |
| Octal | 136 | 0 | 214 | 41 | 144 | 0 | 55 | 430 | 144 | 33 |
| Binary | 1011110 | 0 | 10001100 | 100001 | 1100100 | 0 | 101101 | 100011000 | 1100100 | 11011 |
Color Harmonies of #5E008C
Complementary color
Monochromatic Colors of #5E008C
Black with #5E008C
Text Example
Text Example
White with #5E008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E008C; }
p { color: rgb(94,0,140); }
H1.HeaderClassName
{
color: #5E008C;
}
.AnyTagClassName
{
color: #5E008C;
}
</style>
background-color css
<style>
a { background-color: #5E008C; }
a { background-color: rgb(94,0,140); }
div.DivClassName
{
background-color: #5E008C;
}
.BgClassName
{
background-color: #5E008C;
}
</style>
border-color css
<style>
span { border-color: #5E008C; }
span { border-color: rgb(94,0,140); }
td.TdClassName
{
border-color: #5E008C;
}
.TagClassName
{
border-color: #5E008C;
}
</style>