Shades of Indigo #5E027F
Tints of Indigo #5E027F
RGB
CMYK
RGB Variations
Color information
#5E027F (or 0x5E027F) is known color: Indigo. HEX triplet: 5E, 02 and 7F. RGB value is (94,2,127). Sum of RGB (Red+Green+Blue) = 94+2+127=223 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.15% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E027F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E027F is #A1FD80. Grayscale: #2B2B2B. Windows color (decimal): -10616193 or 8323678. OLE color: 8323678.
HSL color Cylindrical-coordinate representation of color #5E027F: hue angle of 284.16º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E027F is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 2 | 127 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.50 |
| HSL | 284.16º | 0.97% | 0.25% | - |
| HSV(B) | 284.16º | 0.98% | 0.5% | - |
| XYZ | 8.47 | 3.96 | 20.4 | - |
| YUV | 43.76 | 174.98 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 2 | 127 | 0.26 | 0.98 | 0 | 0.50 | 284.16 | 0.97 | 0.25 |
| Hex | 5E | 2 | 7F | 1A | 62 | 0 | 32 | 11C | 61 | 19 |
| Octal | 136 | 2 | 177 | 32 | 142 | 0 | 62 | 434 | 141 | 31 |
| Binary | 1011110 | 10 | 1111111 | 11010 | 1100010 | 0 | 110010 | 100011100 | 1100001 | 11001 |
Color Harmonies of #5E027F
Complementary color
Monochromatic Colors of #5E027F
Black with #5E027F
Text Example
Text Example
White with #5E027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E027F; }
p { color: rgb(94,2,127); }
H1.HeaderClassName
{
color: #5E027F;
}
.AnyTagClassName
{
color: #5E027F;
}
</style>
background-color css
<style>
a { background-color: #5E027F; }
a { background-color: rgb(94,2,127); }
div.DivClassName
{
background-color: #5E027F;
}
.BgClassName
{
background-color: #5E027F;
}
</style>
border-color css
<style>
span { border-color: #5E027F; }
span { border-color: rgb(94,2,127); }
td.TdClassName
{
border-color: #5E027F;
}
.TagClassName
{
border-color: #5E027F;
}
</style>