Shades of Indigo #5E0797
Tints of Indigo #5E0797
RGB
CMYK
RGB Variations
Color information
#5E0797 (or 0x5E0797) is known color: Indigo. HEX triplet: 5E, 07 and 97. RGB value is (94,7,151). Sum of RGB (Red+Green+Blue) = 94+7+151=252 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.30% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 151 (59.38% from 255 or 59.92% from 252); Max value from RGB is 151 - color contains mainly: blue. Hex color #5E0797 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0797 is #A1F868. Grayscale: #303030. Windows color (decimal): -10614889 or 9897822. OLE color: 9897822.
HSL color Cylindrical-coordinate representation of color #5E0797: hue angle of 276.25º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E0797 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 7 | 151 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.41 |
| HSL | 276.25º | 0.91% | 0.31% | - |
| HSV(B) | 276.25º | 0.95% | 0.59% | - |
| XYZ | 10.28 | 4.77 | 29.66 | - |
| YUV | 49.43 | 185.32 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 7 | 151 | 0.38 | 0.95 | 0 | 0.41 | 276.25 | 0.91 | 0.31 |
| Hex | 5E | 7 | 97 | 26 | 5F | 0 | 29 | 114 | 5B | 1F |
| Octal | 136 | 7 | 227 | 46 | 137 | 0 | 51 | 424 | 133 | 37 |
| Binary | 1011110 | 111 | 10010111 | 100110 | 1011111 | 0 | 101001 | 100010100 | 1011011 | 11111 |
Color Harmonies of #5E0797
Complementary color
Monochromatic Colors of #5E0797
Black with #5E0797
Text Example
Text Example
White with #5E0797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0797; }
p { color: rgb(94,7,151); }
H1.HeaderClassName
{
color: #5E0797;
}
.AnyTagClassName
{
color: #5E0797;
}
</style>
background-color css
<style>
a { background-color: #5E0797; }
a { background-color: rgb(94,7,151); }
div.DivClassName
{
background-color: #5E0797;
}
.BgClassName
{
background-color: #5E0797;
}
</style>
border-color css
<style>
span { border-color: #5E0797; }
span { border-color: rgb(94,7,151); }
td.TdClassName
{
border-color: #5E0797;
}
.TagClassName
{
border-color: #5E0797;
}
</style>