Shades of Indigo #5A079D
Tints of Indigo #5A079D
RGB
CMYK
RGB Variations
Color information
#5A079D (or 0x5A079D) is known color: Indigo. HEX triplet: 5A, 07 and 9D. RGB value is (90,7,157). Sum of RGB (Red+Green+Blue) = 90+7+157=254 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.43% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 157 (61.72% from 255 or 61.81% from 254); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A079D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A079D is #A5F862. Grayscale: #303030. Windows color (decimal): -10877027 or 10291034. OLE color: 10291034.
HSL color Cylindrical-coordinate representation of color #5A079D: hue angle of 273.2º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A079D is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 7 | 157 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.38 |
| HSL | 273.2º | 0.91% | 0.32% | - |
| HSV(B) | 273.2º | 0.96% | 0.62% | - |
| XYZ | 10.38 | 4.76 | 32.27 | - |
| YUV | 48.92 | 189 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 7 | 157 | 0.43 | 0.96 | 0 | 0.38 | 273.2 | 0.91 | 0.32 |
| Hex | 5A | 7 | 9D | 2B | 60 | 0 | 26 | 111 | 5B | 20 |
| Octal | 132 | 7 | 235 | 53 | 140 | 0 | 46 | 421 | 133 | 40 |
| Binary | 1011010 | 111 | 10011101 | 101011 | 1100000 | 0 | 100110 | 100010001 | 1011011 | 100000 |
Color Harmonies of #5A079D
Complementary color
Monochromatic Colors of #5A079D
Black with #5A079D
Text Example
Text Example
White with #5A079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A079D; }
p { color: rgb(90,7,157); }
H1.HeaderClassName
{
color: #5A079D;
}
.AnyTagClassName
{
color: #5A079D;
}
</style>
background-color css
<style>
a { background-color: #5A079D; }
a { background-color: rgb(90,7,157); }
div.DivClassName
{
background-color: #5A079D;
}
.BgClassName
{
background-color: #5A079D;
}
</style>
border-color css
<style>
span { border-color: #5A079D; }
span { border-color: rgb(90,7,157); }
td.TdClassName
{
border-color: #5A079D;
}
.TagClassName
{
border-color: #5A079D;
}
</style>