Shades of Indigo #5E079A
Tints of Indigo #5E079A
RGB
CMYK
RGB Variations
Color information
#5E079A (or 0x5E079A) is known color: Indigo. HEX triplet: 5E, 07 and 9A. RGB value is (94,7,154). Sum of RGB (Red+Green+Blue) = 94+7+154=255 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.86% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 154 (60.55% from 255 or 60.39% from 255); Max value from RGB is 154 - color contains mainly: blue. Hex color #5E079A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E079A is #A1F865. Grayscale: #313131. Windows color (decimal): -10614886 or 10094430. OLE color: 10094430.
HSL color Cylindrical-coordinate representation of color #5E079A: hue angle of 275.51º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E079A is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 7 | 154 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.40 |
| HSL | 275.51º | 0.91% | 0.32% | - |
| HSV(B) | 275.51º | 0.95% | 0.6% | - |
| XYZ | 10.52 | 4.86 | 30.96 | - |
| YUV | 49.77 | 186.82 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 7 | 154 | 0.39 | 0.95 | 0 | 0.40 | 275.51 | 0.91 | 0.32 |
| Hex | 5E | 7 | 9A | 27 | 5F | 0 | 28 | 114 | 5B | 20 |
| Octal | 136 | 7 | 232 | 47 | 137 | 0 | 50 | 424 | 133 | 40 |
| Binary | 1011110 | 111 | 10011010 | 100111 | 1011111 | 0 | 101000 | 100010100 | 1011011 | 100000 |
Color Harmonies of #5E079A
Complementary color
Monochromatic Colors of #5E079A
Black with #5E079A
Text Example
Text Example
White with #5E079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E079A; }
p { color: rgb(94,7,154); }
H1.HeaderClassName
{
color: #5E079A;
}
.AnyTagClassName
{
color: #5E079A;
}
</style>
background-color css
<style>
a { background-color: #5E079A; }
a { background-color: rgb(94,7,154); }
div.DivClassName
{
background-color: #5E079A;
}
.BgClassName
{
background-color: #5E079A;
}
</style>
border-color css
<style>
span { border-color: #5E079A; }
span { border-color: rgb(94,7,154); }
td.TdClassName
{
border-color: #5E079A;
}
.TagClassName
{
border-color: #5E079A;
}
</style>