Shades of Indigo #5E0198
Tints of Indigo #5E0198
RGB
CMYK
RGB Variations
Color information
#5E0198 (or 0x5E0198) is known color: Indigo. HEX triplet: 5E, 01 and 98. RGB value is (94,1,152). Sum of RGB (Red+Green+Blue) = 94+1+152=247 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.06% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 152 (59.77% from 255 or 61.54% from 247); Max value from RGB is 152 - color contains mainly: blue. Hex color #5E0198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0198 is #A1FE67. Grayscale: #2D2D2D. Windows color (decimal): -10616424 or 9961822. OLE color: 9961822.
HSL color Cylindrical-coordinate representation of color #5E0198: hue angle of 276.95º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E0198 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 1 | 152 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.40 |
| HSL | 276.95º | 0.99% | 0.3% | - |
| HSV(B) | 276.95º | 0.99% | 0.6% | - |
| XYZ | 10.29 | 4.67 | 30.06 | - |
| YUV | 46.02 | 187.81 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 1 | 152 | 0.38 | 0.99 | 0 | 0.40 | 276.95 | 0.99 | 0.3 |
| Hex | 5E | 1 | 98 | 26 | 63 | 0 | 28 | 115 | 63 | 1E |
| Octal | 136 | 1 | 230 | 46 | 143 | 0 | 50 | 425 | 143 | 36 |
| Binary | 1011110 | 1 | 10011000 | 100110 | 1100011 | 0 | 101000 | 100010101 | 1100011 | 11110 |
Color Harmonies of #5E0198
Complementary color
Monochromatic Colors of #5E0198
Black with #5E0198
Text Example
Text Example
White with #5E0198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0198; }
p { color: rgb(94,1,152); }
H1.HeaderClassName
{
color: #5E0198;
}
.AnyTagClassName
{
color: #5E0198;
}
</style>
background-color css
<style>
a { background-color: #5E0198; }
a { background-color: rgb(94,1,152); }
div.DivClassName
{
background-color: #5E0198;
}
.BgClassName
{
background-color: #5E0198;
}
</style>
border-color css
<style>
span { border-color: #5E0198; }
span { border-color: rgb(94,1,152); }
td.TdClassName
{
border-color: #5E0198;
}
.TagClassName
{
border-color: #5E0198;
}
</style>