Shades of Indigo #5E0098
Tints of Indigo #5E0098
RGB
CMYK
RGB Variations
Color information
#5E0098 (or 0x5E0098) is known color: Indigo. HEX triplet: 5E, 00 and 98. RGB value is (94,0,152). Sum of RGB (Red+Green+Blue) = 94+0+152=246 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.21% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 152 (59.77% from 255 or 61.79% from 246); Max value from RGB is 152 - color contains mainly: blue. Hex color #5E0098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0098 is #A1FF67. Grayscale: #2C2C2C. Windows color (decimal): -10616680 or 9961566. OLE color: 9961566.
HSL color Cylindrical-coordinate representation of color #5E0098: hue angle of 277.11º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E0098 is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 0 | 152 | - |
| CMYK | 0.38 | 1 | 0 | 0.40 |
| HSL | 277.11º | 1% | 0.3% | - |
| HSV(B) | 277.11º | 1% | 0.6% | - |
| XYZ | 10.28 | 4.65 | 30.06 | - |
| YUV | 45.43 | 188.14 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 0 | 152 | 0.38 | 1 | 0 | 0.40 | 277.11 | 1 | 0.3 |
| Hex | 5E | 0 | 98 | 26 | 64 | 0 | 28 | 115 | 64 | 1E |
| Octal | 136 | 0 | 230 | 46 | 144 | 0 | 50 | 425 | 144 | 36 |
| Binary | 1011110 | 0 | 10011000 | 100110 | 1100100 | 0 | 101000 | 100010101 | 1100100 | 11110 |
Color Harmonies of #5E0098
Complementary color
Monochromatic Colors of #5E0098
Black with #5E0098
Text Example
Text Example
White with #5E0098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0098; }
p { color: rgb(94,0,152); }
H1.HeaderClassName
{
color: #5E0098;
}
.AnyTagClassName
{
color: #5E0098;
}
</style>
background-color css
<style>
a { background-color: #5E0098; }
a { background-color: rgb(94,0,152); }
div.DivClassName
{
background-color: #5E0098;
}
.BgClassName
{
background-color: #5E0098;
}
</style>
border-color css
<style>
span { border-color: #5E0098; }
span { border-color: rgb(94,0,152); }
td.TdClassName
{
border-color: #5E0098;
}
.TagClassName
{
border-color: #5E0098;
}
</style>