Shades of Indigo #5A0CA4
Tints of Indigo #5A0CA4
RGB
CMYK
RGB Variations
Color information
#5A0CA4 (or 0x5A0CA4) is known color: Indigo. HEX triplet: 5A, 0C and A4. RGB value is (90,12,164). Sum of RGB (Red+Green+Blue) = 90+12+164=266 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.83% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 164 (64.45% from 255 or 61.65% from 266); Max value from RGB is 164 - color contains mainly: blue. Hex color #5A0CA4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0CA4 is #A5F35B. Grayscale: #343434. Windows color (decimal): -10875740 or 10751066. OLE color: 10751066.
HSL color Cylindrical-coordinate representation of color #5A0CA4: hue angle of 270.79º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A0CA4 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 90 | 12 | 164 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.36 |
| HSL | 270.79º | 0.86% | 0.35% | - |
| HSV(B) | 270.79º | 0.93% | 0.64% | - |
| XYZ | 11.05 | 5.12 | 35.53 | - |
| YUV | 52.65 | 190.84 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 12 | 164 | 0.45 | 0.93 | 0 | 0.36 | 270.79 | 0.86 | 0.35 |
| Hex | 5A | C | A4 | 2D | 5D | 0 | 24 | 10F | 56 | 23 |
| Octal | 132 | 14 | 244 | 55 | 135 | 0 | 44 | 417 | 126 | 43 |
| Binary | 1011010 | 1100 | 10100100 | 101101 | 1011101 | 0 | 100100 | 100001111 | 1010110 | 100011 |
Color Harmonies of #5A0CA4
Complementary color
Monochromatic Colors of #5A0CA4
Black with #5A0CA4
Text Example
Text Example
White with #5A0CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0CA4; }
p { color: rgb(90,12,164); }
H1.HeaderClassName
{
color: #5A0CA4;
}
.AnyTagClassName
{
color: #5A0CA4;
}
</style>
background-color css
<style>
a { background-color: #5A0CA4; }
a { background-color: rgb(90,12,164); }
div.DivClassName
{
background-color: #5A0CA4;
}
.BgClassName
{
background-color: #5A0CA4;
}
</style>
border-color css
<style>
span { border-color: #5A0CA4; }
span { border-color: rgb(90,12,164); }
td.TdClassName
{
border-color: #5A0CA4;
}
.TagClassName
{
border-color: #5A0CA4;
}
</style>