Shades of Indigo #5A079C
Tints of Indigo #5A079C
RGB
CMYK
RGB Variations
Color information
#5A079C (or 0x5A079C) is known color: Indigo. HEX triplet: 5A, 07 and 9C. RGB value is (90,7,156). Sum of RGB (Red+Green+Blue) = 90+7+156=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 156 (61.33% from 255 or 61.66% from 253); Max value from RGB is 156 - color contains mainly: blue. Hex color #5A079C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A079C is #A5F863. Grayscale: #303030. Windows color (decimal): -10877028 or 10225498. OLE color: 10225498.
HSL color Cylindrical-coordinate representation of color #5A079C: hue angle of 273.42º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A079C is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 7 | 156 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.39 |
| HSL | 273.42º | 0.91% | 0.32% | - |
| HSV(B) | 273.42º | 0.96% | 0.61% | - |
| XYZ | 10.29 | 4.73 | 31.82 | - |
| YUV | 48.8 | 188.5 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 7 | 156 | 0.42 | 0.96 | 0 | 0.39 | 273.42 | 0.91 | 0.32 |
| Hex | 5A | 7 | 9C | 2A | 60 | 0 | 27 | 111 | 5B | 20 |
| Octal | 132 | 7 | 234 | 52 | 140 | 0 | 47 | 421 | 133 | 40 |
| Binary | 1011010 | 111 | 10011100 | 101010 | 1100000 | 0 | 100111 | 100010001 | 1011011 | 100000 |
Color Harmonies of #5A079C
Complementary color
Monochromatic Colors of #5A079C
Black with #5A079C
Text Example
Text Example
White with #5A079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A079C; }
p { color: rgb(90,7,156); }
H1.HeaderClassName
{
color: #5A079C;
}
.AnyTagClassName
{
color: #5A079C;
}
</style>
background-color css
<style>
a { background-color: #5A079C; }
a { background-color: rgb(90,7,156); }
div.DivClassName
{
background-color: #5A079C;
}
.BgClassName
{
background-color: #5A079C;
}
</style>
border-color css
<style>
span { border-color: #5A079C; }
span { border-color: rgb(90,7,156); }
td.TdClassName
{
border-color: #5A079C;
}
.TagClassName
{
border-color: #5A079C;
}
</style>