Shades of Indigo #5E038F
Tints of Indigo #5E038F
RGB
CMYK
RGB Variations
Color information
#5E038F (or 0x5E038F) is known color: Indigo. HEX triplet: 5E, 03 and 8F. RGB value is (94,3,143). Sum of RGB (Red+Green+Blue) = 94+3+143=240 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.17% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 143 (56.25% from 255 or 59.58% from 240); Max value from RGB is 143 - color contains mainly: blue. Hex color #5E038F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E038F is #A1FC70. Grayscale: #2D2D2D. Windows color (decimal): -10615921 or 9372510. OLE color: 9372510.
HSL color Cylindrical-coordinate representation of color #5E038F: hue angle of 279º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E038F is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 3 | 143 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.44 |
| HSL | 279º | 0.96% | 0.29% | - |
| HSV(B) | 279º | 0.98% | 0.56% | - |
| XYZ | 9.61 | 4.43 | 26.33 | - |
| YUV | 46.17 | 182.65 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 3 | 143 | 0.34 | 0.98 | 0 | 0.44 | 279 | 0.96 | 0.29 |
| Hex | 5E | 3 | 8F | 22 | 62 | 0 | 2C | 117 | 60 | 1D |
| Octal | 136 | 3 | 217 | 42 | 142 | 0 | 54 | 427 | 140 | 35 |
| Binary | 1011110 | 11 | 10001111 | 100010 | 1100010 | 0 | 101100 | 100010111 | 1100000 | 11101 |
Color Harmonies of #5E038F
Complementary color
Monochromatic Colors of #5E038F
Black with #5E038F
Text Example
Text Example
White with #5E038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E038F; }
p { color: rgb(94,3,143); }
H1.HeaderClassName
{
color: #5E038F;
}
.AnyTagClassName
{
color: #5E038F;
}
</style>
background-color css
<style>
a { background-color: #5E038F; }
a { background-color: rgb(94,3,143); }
div.DivClassName
{
background-color: #5E038F;
}
.BgClassName
{
background-color: #5E038F;
}
</style>
border-color css
<style>
span { border-color: #5E038F; }
span { border-color: rgb(94,3,143); }
td.TdClassName
{
border-color: #5E038F;
}
.TagClassName
{
border-color: #5E038F;
}
</style>