Shades of Indigo #5A079F
Tints of Indigo #5A079F
RGB
CMYK
RGB Variations
Color information
#5A079F (or 0x5A079F) is known color: Indigo. HEX triplet: 5A, 07 and 9F. RGB value is (90,7,159). Sum of RGB (Red+Green+Blue) = 90+7+159=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #5A079F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A079F is #A5F860. Grayscale: #303030. Windows color (decimal): -10877025 or 10422106. OLE color: 10422106.
HSL color Cylindrical-coordinate representation of color #5A079F: hue angle of 272.76º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A079F is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 7 | 159 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.38 |
| HSL | 272.76º | 0.92% | 0.33% | - |
| HSV(B) | 272.76º | 0.96% | 0.62% | - |
| XYZ | 10.55 | 4.83 | 33.18 | - |
| YUV | 49.15 | 190 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 7 | 159 | 0.43 | 0.96 | 0 | 0.38 | 272.76 | 0.92 | 0.33 |
| Hex | 5A | 7 | 9F | 2B | 60 | 0 | 26 | 111 | 5C | 21 |
| Octal | 132 | 7 | 237 | 53 | 140 | 0 | 46 | 421 | 134 | 41 |
| Binary | 1011010 | 111 | 10011111 | 101011 | 1100000 | 0 | 100110 | 100010001 | 1011100 | 100001 |
Color Harmonies of #5A079F
Complementary color
Monochromatic Colors of #5A079F
Black with #5A079F
Text Example
Text Example
White with #5A079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A079F; }
p { color: rgb(90,7,159); }
H1.HeaderClassName
{
color: #5A079F;
}
.AnyTagClassName
{
color: #5A079F;
}
</style>
background-color css
<style>
a { background-color: #5A079F; }
a { background-color: rgb(90,7,159); }
div.DivClassName
{
background-color: #5A079F;
}
.BgClassName
{
background-color: #5A079F;
}
</style>
border-color css
<style>
span { border-color: #5A079F; }
span { border-color: rgb(90,7,159); }
td.TdClassName
{
border-color: #5A079F;
}
.TagClassName
{
border-color: #5A079F;
}
</style>