Shades of Indigo #5A079A
Tints of Indigo #5A079A
RGB
CMYK
RGB Variations
Color information
#5A079A (or 0x5A079A) is known color: Indigo. HEX triplet: 5A, 07 and 9A. RGB value is (90,7,154). Sum of RGB (Red+Green+Blue) = 90+7+154=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 154 (60.55% from 255 or 61.35% from 251); Max value from RGB is 154 - color contains mainly: blue. Hex color #5A079A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A079A is #A5F865. Grayscale: #303030. Windows color (decimal): -10877030 or 10094426. OLE color: 10094426.
HSL color Cylindrical-coordinate representation of color #5A079A: hue angle of 273.88º 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 #5A079A is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 90 | 7 | 154 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.40 |
| HSL | 273.88º | 0.91% | 0.32% | - |
| HSV(B) | 273.88º | 0.95% | 0.6% | - |
| XYZ | 10.13 | 4.66 | 30.94 | - |
| YUV | 48.58 | 187.5 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 7 | 154 | 0.42 | 0.95 | 0 | 0.40 | 273.88 | 0.91 | 0.32 |
| Hex | 5A | 7 | 9A | 2A | 5F | 0 | 28 | 112 | 5B | 20 |
| Octal | 132 | 7 | 232 | 52 | 137 | 0 | 50 | 422 | 133 | 40 |
| Binary | 1011010 | 111 | 10011010 | 101010 | 1011111 | 0 | 101000 | 100010010 | 1011011 | 100000 |
Color Harmonies of #5A079A
Complementary color
Monochromatic Colors of #5A079A
Black with #5A079A
Text Example
Text Example
White with #5A079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A079A; }
p { color: rgb(90,7,154); }
H1.HeaderClassName
{
color: #5A079A;
}
.AnyTagClassName
{
color: #5A079A;
}
</style>
background-color css
<style>
a { background-color: #5A079A; }
a { background-color: rgb(90,7,154); }
div.DivClassName
{
background-color: #5A079A;
}
.BgClassName
{
background-color: #5A079A;
}
</style>
border-color css
<style>
span { border-color: #5A079A; }
span { border-color: rgb(90,7,154); }
td.TdClassName
{
border-color: #5A079A;
}
.TagClassName
{
border-color: #5A079A;
}
</style>