Shades of Indigo #5E098F
Tints of Indigo #5E098F
RGB
CMYK
RGB Variations
Color information
#5E098F (or 0x5E098F) is known color: Indigo. HEX triplet: 5E, 09 and 8F. RGB value is (94,9,143). Sum of RGB (Red+Green+Blue) = 94+9+143=246 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.21% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 143 (56.25% from 255 or 58.13% from 246); Max value from RGB is 143 - color contains mainly: blue. Hex color #5E098F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E098F is #A1F670. Grayscale: #313131. Windows color (decimal): -10614385 or 9374046. OLE color: 9374046.
HSL color Cylindrical-coordinate representation of color #5E098F: hue angle of 278.06º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E098F is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 9 | 143 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.44 |
| HSL | 278.06º | 0.88% | 0.3% | - |
| HSV(B) | 278.06º | 0.94% | 0.56% | - |
| XYZ | 9.67 | 4.56 | 26.36 | - |
| YUV | 49.69 | 180.66 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 9 | 143 | 0.34 | 0.94 | 0 | 0.44 | 278.06 | 0.88 | 0.3 |
| Hex | 5E | 9 | 8F | 22 | 5E | 0 | 2C | 116 | 58 | 1E |
| Octal | 136 | 11 | 217 | 42 | 136 | 0 | 54 | 426 | 130 | 36 |
| Binary | 1011110 | 1001 | 10001111 | 100010 | 1011110 | 0 | 101100 | 100010110 | 1011000 | 11110 |
Color Harmonies of #5E098F
Complementary color
Monochromatic Colors of #5E098F
Black with #5E098F
Text Example
Text Example
White with #5E098F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E098F; }
p { color: rgb(94,9,143); }
H1.HeaderClassName
{
color: #5E098F;
}
.AnyTagClassName
{
color: #5E098F;
}
</style>
background-color css
<style>
a { background-color: #5E098F; }
a { background-color: rgb(94,9,143); }
div.DivClassName
{
background-color: #5E098F;
}
.BgClassName
{
background-color: #5E098F;
}
</style>
border-color css
<style>
span { border-color: #5E098F; }
span { border-color: rgb(94,9,143); }
td.TdClassName
{
border-color: #5E098F;
}
.TagClassName
{
border-color: #5E098F;
}
</style>