Shades of Indigo #5A0C72
Tints of Indigo #5A0C72
RGB
CMYK
RGB Variations
Color information
#5A0C72 (or 0x5A0C72) is known color: Indigo. HEX triplet: 5A, 0C and 72. RGB value is (90,12,114). Sum of RGB (Red+Green+Blue) = 90+12+114=216 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.67% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #5A0C72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0C72 is #A5F38D. Grayscale: #2E2E2E. Windows color (decimal): -10875790 or 7474266. OLE color: 7474266.
HSL color Cylindrical-coordinate representation of color #5A0C72: hue angle of 285.88º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A0C72 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 12 | 114 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.55 |
| HSL | 285.88º | 0.81% | 0.25% | - |
| HSV(B) | 285.88º | 0.89% | 0.45% | - |
| XYZ | 7.39 | 3.65 | 16.24 | - |
| YUV | 46.95 | 165.84 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 12 | 114 | 0.21 | 0.89 | 0 | 0.55 | 285.88 | 0.81 | 0.25 |
| Hex | 5A | C | 72 | 15 | 59 | 0 | 37 | 11E | 51 | 19 |
| Octal | 132 | 14 | 162 | 25 | 131 | 0 | 67 | 436 | 121 | 31 |
| Binary | 1011010 | 1100 | 1110010 | 10101 | 1011001 | 0 | 110111 | 100011110 | 1010001 | 11001 |
Color Harmonies of #5A0C72
Complementary color
Monochromatic Colors of #5A0C72
Black with #5A0C72
Text Example
Text Example
White with #5A0C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0C72; }
p { color: rgb(90,12,114); }
H1.HeaderClassName
{
color: #5A0C72;
}
.AnyTagClassName
{
color: #5A0C72;
}
</style>
background-color css
<style>
a { background-color: #5A0C72; }
a { background-color: rgb(90,12,114); }
div.DivClassName
{
background-color: #5A0C72;
}
.BgClassName
{
background-color: #5A0C72;
}
</style>
border-color css
<style>
span { border-color: #5A0C72; }
span { border-color: rgb(90,12,114); }
td.TdClassName
{
border-color: #5A0C72;
}
.TagClassName
{
border-color: #5A0C72;
}
</style>