Shades of Indigo #5A0791
Tints of Indigo #5A0791
RGB
CMYK
RGB Variations
Color information
#5A0791 (or 0x5A0791) is known color: Indigo. HEX triplet: 5A, 07 and 91. RGB value is (90,7,145). Sum of RGB (Red+Green+Blue) = 90+7+145=242 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.19% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 145 (57.03% from 255 or 59.92% from 242); Max value from RGB is 145 - color contains mainly: blue. Hex color #5A0791 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0791 is #A5F86E. Grayscale: #2F2F2F. Windows color (decimal): -10877039 or 9504602. OLE color: 9504602.
HSL color Cylindrical-coordinate representation of color #5A0791: hue angle of 276.09º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A0791 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 7 | 145 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.43 |
| HSL | 276.09º | 0.91% | 0.3% | - |
| HSV(B) | 276.09º | 0.95% | 0.57% | - |
| XYZ | 9.4 | 4.37 | 27.14 | - |
| YUV | 47.55 | 183 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 7 | 145 | 0.38 | 0.95 | 0 | 0.43 | 276.09 | 0.91 | 0.3 |
| Hex | 5A | 7 | 91 | 26 | 5F | 0 | 2B | 114 | 5B | 1E |
| Octal | 132 | 7 | 221 | 46 | 137 | 0 | 53 | 424 | 133 | 36 |
| Binary | 1011010 | 111 | 10010001 | 100110 | 1011111 | 0 | 101011 | 100010100 | 1011011 | 11110 |
Color Harmonies of #5A0791
Complementary color
Monochromatic Colors of #5A0791
Black with #5A0791
Text Example
Text Example
White with #5A0791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0791; }
p { color: rgb(90,7,145); }
H1.HeaderClassName
{
color: #5A0791;
}
.AnyTagClassName
{
color: #5A0791;
}
</style>
background-color css
<style>
a { background-color: #5A0791; }
a { background-color: rgb(90,7,145); }
div.DivClassName
{
background-color: #5A0791;
}
.BgClassName
{
background-color: #5A0791;
}
</style>
border-color css
<style>
span { border-color: #5A0791; }
span { border-color: rgb(90,7,145); }
td.TdClassName
{
border-color: #5A0791;
}
.TagClassName
{
border-color: #5A0791;
}
</style>