Shades of Indigo #5E026D
Tints of Indigo #5E026D
RGB
CMYK
RGB Variations
Color information
#5E026D (or 0x5E026D) is known color: Indigo. HEX triplet: 5E, 02 and 6D. RGB value is (94,2,109). Sum of RGB (Red+Green+Blue) = 94+2+109=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #5E026D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E026D is #A1FD92. Grayscale: #292929. Windows color (decimal): -10616211 or 7144030. OLE color: 7144030.
HSL color Cylindrical-coordinate representation of color #5E026D: hue angle of 291.59º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E026D is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
RGB | 94 | 2 | 109 | - |
CMYK | 0.14 | 0.98 | 0 | 0.57 |
HSL | 291.59º | 0.96% | 0.22% | - |
HSV(B) | 291.59º | 0.98% | 0.43% | - |
XYZ | 7.4 | 3.53 | 14.76 | - |
YUV | 41.71 | 165.98 | 165.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 2 | 109 | 0.14 | 0.98 | 0 | 0.57 | 291.59 | 0.96 | 0.22 |
Hex | 5E | 2 | 6D | E | 62 | 0 | 39 | 124 | 60 | 16 |
Octal | 136 | 2 | 155 | 16 | 142 | 0 | 71 | 444 | 140 | 26 |
Binary | 1011110 | 10 | 1101101 | 1110 | 1100010 | 0 | 111001 | 100100100 | 1100000 | 10110 |
Color Harmonies of #5E026D
Complementary color
Monochromatic Colors of #5E026D
Black with #5E026D
Text Example
Text Example
White with #5E026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E026D; }
p { color: rgb(94,2,109); }
H1.HeaderClassName
{
color: #5E026D;
}
.AnyTagClassName
{
color: #5E026D;
}
</style>
background-color css
<style>
a { background-color: #5E026D; }
a { background-color: rgb(94,2,109); }
div.DivClassName
{
background-color: #5E026D;
}
.BgClassName
{
background-color: #5E026D;
}
</style>
border-color css
<style>
span { border-color: #5E026D; }
span { border-color: rgb(94,2,109); }
td.TdClassName
{
border-color: #5E026D;
}
.TagClassName
{
border-color: #5E026D;
}
</style>