Shades of Indigo #5E07AA
Tints of Indigo #5E07AA
RGB
CMYK
RGB Variations
Color information
#5E07AA (or 0x5E07AA) is known color: Indigo. HEX triplet: 5E, 07 and AA. RGB value is (94,7,170). Sum of RGB (Red+Green+Blue) = 94+7+170=271 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.69% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E07AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E07AA is #A1F855. Grayscale: #333333. Windows color (decimal): -10614870 or 11143006. OLE color: 11143006.
HSL color Cylindrical-coordinate representation of color #5E07AA: hue angle of 272.02º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E07AA is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 7 | 170 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.33 |
| HSL | 272.02º | 0.92% | 0.35% | - |
| HSV(B) | 272.02º | 0.96% | 0.67% | - |
| XYZ | 11.95 | 5.43 | 38.45 | - |
| YUV | 51.6 | 194.82 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 7 | 170 | 0.45 | 0.96 | 0 | 0.33 | 272.02 | 0.92 | 0.35 |
| Hex | 5E | 7 | AA | 2D | 60 | 0 | 21 | 110 | 5C | 23 |
| Octal | 136 | 7 | 252 | 55 | 140 | 0 | 41 | 420 | 134 | 43 |
| Binary | 1011110 | 111 | 10101010 | 101101 | 1100000 | 0 | 100001 | 100010000 | 1011100 | 100011 |
Color Harmonies of #5E07AA
Complementary color
Monochromatic Colors of #5E07AA
Black with #5E07AA
Text Example
Text Example
White with #5E07AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E07AA; }
p { color: rgb(94,7,170); }
H1.HeaderClassName
{
color: #5E07AA;
}
.AnyTagClassName
{
color: #5E07AA;
}
</style>
background-color css
<style>
a { background-color: #5E07AA; }
a { background-color: rgb(94,7,170); }
div.DivClassName
{
background-color: #5E07AA;
}
.BgClassName
{
background-color: #5E07AA;
}
</style>
border-color css
<style>
span { border-color: #5E07AA; }
span { border-color: rgb(94,7,170); }
td.TdClassName
{
border-color: #5E07AA;
}
.TagClassName
{
border-color: #5E07AA;
}
</style>