Shades of Indigo #5A078F
Tints of Indigo #5A078F
RGB
CMYK
RGB Variations
Color information
#5A078F (or 0x5A078F) is known color: Indigo. HEX triplet: 5A, 07 and 8F. RGB value is (90,7,143). Sum of RGB (Red+Green+Blue) = 90+7+143=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 143 (56.25% from 255 or 59.58% from 240); Max value from RGB is 143 - color contains mainly: blue. Hex color #5A078F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A078F is #A5F870. Grayscale: #2E2E2E. Windows color (decimal): -10877041 or 9373530. OLE color: 9373530.
HSL color Cylindrical-coordinate representation of color #5A078F: hue angle of 276.62º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A078F is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 7 | 143 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.44 |
| HSL | 276.62º | 0.91% | 0.29% | - |
| HSV(B) | 276.62º | 0.95% | 0.56% | - |
| XYZ | 9.25 | 4.31 | 26.33 | - |
| YUV | 47.32 | 182 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 7 | 143 | 0.37 | 0.95 | 0 | 0.44 | 276.62 | 0.91 | 0.29 |
| Hex | 5A | 7 | 8F | 25 | 5F | 0 | 2C | 115 | 5B | 1D |
| Octal | 132 | 7 | 217 | 45 | 137 | 0 | 54 | 425 | 133 | 35 |
| Binary | 1011010 | 111 | 10001111 | 100101 | 1011111 | 0 | 101100 | 100010101 | 1011011 | 11101 |
Color Harmonies of #5A078F
Complementary color
Monochromatic Colors of #5A078F
Black with #5A078F
Text Example
Text Example
White with #5A078F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A078F; }
p { color: rgb(90,7,143); }
H1.HeaderClassName
{
color: #5A078F;
}
.AnyTagClassName
{
color: #5A078F;
}
</style>
background-color css
<style>
a { background-color: #5A078F; }
a { background-color: rgb(90,7,143); }
div.DivClassName
{
background-color: #5A078F;
}
.BgClassName
{
background-color: #5A078F;
}
</style>
border-color css
<style>
span { border-color: #5A078F; }
span { border-color: rgb(90,7,143); }
td.TdClassName
{
border-color: #5A078F;
}
.TagClassName
{
border-color: #5A078F;
}
</style>