Shades of Indigo #5E1074
Tints of Indigo #5E1074
RGB
CMYK
RGB Variations
Color information
#5E1074 (or 0x5E1074) is known color: Indigo. HEX triplet: 5E, 10 and 74. RGB value is (94,16,116). Sum of RGB (Red+Green+Blue) = 94+16+116=226 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.59% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 116 (45.70% from 255 or 51.33% from 226); Max value from RGB is 116 - color contains mainly: blue. Hex color #5E1074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1074 is #A1EF8B. Grayscale: #323232. Windows color (decimal): -10612620 or 7606366. OLE color: 7606366.
HSL color Cylindrical-coordinate representation of color #5E1074: hue angle of 286.8º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E1074 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 16 | 116 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.55 |
| HSL | 286.8º | 0.76% | 0.26% | - |
| HSV(B) | 286.8º | 0.86% | 0.45% | - |
| XYZ | 7.95 | 4.01 | 16.88 | - |
| YUV | 50.72 | 164.84 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 16 | 116 | 0.19 | 0.86 | 0 | 0.55 | 286.8 | 0.76 | 0.26 |
| Hex | 5E | 10 | 74 | 13 | 56 | 0 | 37 | 11F | 4C | 1A |
| Octal | 136 | 20 | 164 | 23 | 126 | 0 | 67 | 437 | 114 | 32 |
| Binary | 1011110 | 10000 | 1110100 | 10011 | 1010110 | 0 | 110111 | 100011111 | 1001100 | 11010 |
Color Harmonies of #5E1074
Complementary color
Monochromatic Colors of #5E1074
Black with #5E1074
Text Example
Text Example
White with #5E1074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1074; }
p { color: rgb(94,16,116); }
H1.HeaderClassName
{
color: #5E1074;
}
.AnyTagClassName
{
color: #5E1074;
}
</style>
background-color css
<style>
a { background-color: #5E1074; }
a { background-color: rgb(94,16,116); }
div.DivClassName
{
background-color: #5E1074;
}
.BgClassName
{
background-color: #5E1074;
}
</style>
border-color css
<style>
span { border-color: #5E1074; }
span { border-color: rgb(94,16,116); }
td.TdClassName
{
border-color: #5E1074;
}
.TagClassName
{
border-color: #5E1074;
}
</style>