Shades of Indigo #5E026F
Tints of Indigo #5E026F
RGB
CMYK
RGB Variations
Color information
#5E026F (or 0x5E026F) is known color: Indigo. HEX triplet: 5E, 02 and 6F. RGB value is (94,2,111). Sum of RGB (Red+Green+Blue) = 94+2+111=207 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.41% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 111 (43.75% from 255 or 53.62% from 207); Max value from RGB is 111 - color contains mainly: blue. Hex color #5E026F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E026F is #A1FD90. Grayscale: #292929. Windows color (decimal): -10616209 or 7275102. OLE color: 7275102.
HSL color Cylindrical-coordinate representation of color #5E026F: hue angle of 290.64º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E026F is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 2 | 111 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.56 |
| HSL | 290.64º | 0.96% | 0.22% | - |
| HSV(B) | 290.64º | 0.98% | 0.44% | - |
| XYZ | 7.51 | 3.57 | 15.33 | - |
| YUV | 41.93 | 166.98 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 2 | 111 | 0.15 | 0.98 | 0 | 0.56 | 290.64 | 0.96 | 0.22 |
| Hex | 5E | 2 | 6F | F | 62 | 0 | 38 | 123 | 60 | 16 |
| Octal | 136 | 2 | 157 | 17 | 142 | 0 | 70 | 443 | 140 | 26 |
| Binary | 1011110 | 10 | 1101111 | 1111 | 1100010 | 0 | 111000 | 100100011 | 1100000 | 10110 |
Color Harmonies of #5E026F
Complementary color
Monochromatic Colors of #5E026F
Black with #5E026F
Text Example
Text Example
White with #5E026F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E026F; }
p { color: rgb(94,2,111); }
H1.HeaderClassName
{
color: #5E026F;
}
.AnyTagClassName
{
color: #5E026F;
}
</style>
background-color css
<style>
a { background-color: #5E026F; }
a { background-color: rgb(94,2,111); }
div.DivClassName
{
background-color: #5E026F;
}
.BgClassName
{
background-color: #5E026F;
}
</style>
border-color css
<style>
span { border-color: #5E026F; }
span { border-color: rgb(94,2,111); }
td.TdClassName
{
border-color: #5E026F;
}
.TagClassName
{
border-color: #5E026F;
}
</style>