Shades of Indigo #5E0195
Tints of Indigo #5E0195
RGB
CMYK
RGB Variations
Color information
#5E0195 (or 0x5E0195) is known color: Indigo. HEX triplet: 5E, 01 and 95. RGB value is (94,1,149). Sum of RGB (Red+Green+Blue) = 94+1+149=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 149 (58.59% from 255 or 61.07% from 244); Max value from RGB is 149 - color contains mainly: blue. Hex color #5E0195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0195 is #A1FE6A. Grayscale: #2D2D2D. Windows color (decimal): -10616427 or 9765214. OLE color: 9765214.
HSL color Cylindrical-coordinate representation of color #5E0195: hue angle of 277.7º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E0195 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 1 | 149 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.42 |
| HSL | 277.7º | 0.99% | 0.29% | - |
| HSV(B) | 277.7º | 0.99% | 0.58% | - |
| XYZ | 10.05 | 4.57 | 28.79 | - |
| YUV | 45.68 | 186.31 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 1 | 149 | 0.37 | 0.99 | 0 | 0.42 | 277.7 | 0.99 | 0.29 |
| Hex | 5E | 1 | 95 | 25 | 63 | 0 | 2A | 116 | 63 | 1D |
| Octal | 136 | 1 | 225 | 45 | 143 | 0 | 52 | 426 | 143 | 35 |
| Binary | 1011110 | 1 | 10010101 | 100101 | 1100011 | 0 | 101010 | 100010110 | 1100011 | 11101 |
Color Harmonies of #5E0195
Complementary color
Monochromatic Colors of #5E0195
Black with #5E0195
Text Example
Text Example
White with #5E0195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0195; }
p { color: rgb(94,1,149); }
H1.HeaderClassName
{
color: #5E0195;
}
.AnyTagClassName
{
color: #5E0195;
}
</style>
background-color css
<style>
a { background-color: #5E0195; }
a { background-color: rgb(94,1,149); }
div.DivClassName
{
background-color: #5E0195;
}
.BgClassName
{
background-color: #5E0195;
}
</style>
border-color css
<style>
span { border-color: #5E0195; }
span { border-color: rgb(94,1,149); }
td.TdClassName
{
border-color: #5E0195;
}
.TagClassName
{
border-color: #5E0195;
}
</style>