Shades of Indigo #5E098B
Tints of Indigo #5E098B
RGB
CMYK
RGB Variations
Color information
#5E098B (or 0x5E098B) is known color: Indigo. HEX triplet: 5E, 09 and 8B. RGB value is (94,9,139). Sum of RGB (Red+Green+Blue) = 94+9+139=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 139 (54.69% from 255 or 57.44% from 242); Max value from RGB is 139 - color contains mainly: blue. Hex color #5E098B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E098B is #A1F674. Grayscale: #303030. Windows color (decimal): -10614389 or 9111902. OLE color: 9111902.
HSL color Cylindrical-coordinate representation of color #5E098B: hue angle of 279.23º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E098B is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 9 | 139 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.45 |
| HSL | 279.23º | 0.88% | 0.29% | - |
| HSV(B) | 279.23º | 0.94% | 0.55% | - |
| XYZ | 9.37 | 4.44 | 24.79 | - |
| YUV | 49.24 | 178.66 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 9 | 139 | 0.32 | 0.94 | 0 | 0.45 | 279.23 | 0.88 | 0.29 |
| Hex | 5E | 9 | 8B | 20 | 5E | 0 | 2D | 117 | 58 | 1D |
| Octal | 136 | 11 | 213 | 40 | 136 | 0 | 55 | 427 | 130 | 35 |
| Binary | 1011110 | 1001 | 10001011 | 100000 | 1011110 | 0 | 101101 | 100010111 | 1011000 | 11101 |
Color Harmonies of #5E098B
Complementary color
Monochromatic Colors of #5E098B
Black with #5E098B
Text Example
Text Example
White with #5E098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E098B; }
p { color: rgb(94,9,139); }
H1.HeaderClassName
{
color: #5E098B;
}
.AnyTagClassName
{
color: #5E098B;
}
</style>
background-color css
<style>
a { background-color: #5E098B; }
a { background-color: rgb(94,9,139); }
div.DivClassName
{
background-color: #5E098B;
}
.BgClassName
{
background-color: #5E098B;
}
</style>
border-color css
<style>
span { border-color: #5E098B; }
span { border-color: rgb(94,9,139); }
td.TdClassName
{
border-color: #5E098B;
}
.TagClassName
{
border-color: #5E098B;
}
</style>