Shades of Indigo #5A01A4
Tints of Indigo #5A01A4
RGB
CMYK
RGB Variations
Color information
#5A01A4 (or 0x5A01A4) is known color: Indigo. HEX triplet: 5A, 01 and A4. RGB value is (90,1,164). Sum of RGB (Red+Green+Blue) = 90+1+164=255 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.29% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 164 (64.45% from 255 or 64.31% from 255); Max value from RGB is 164 - color contains mainly: blue. Hex color #5A01A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A01A4 is #A5FE5B. Grayscale: #2D2D2D. Windows color (decimal): -10878556 or 10748250. OLE color: 10748250.
HSL color Cylindrical-coordinate representation of color #5A01A4: hue angle of 272.76º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A01A4 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 90 | 1 | 164 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.36 |
| HSL | 272.76º | 0.99% | 0.32% | - |
| HSV(B) | 272.76º | 0.99% | 0.64% | - |
| XYZ | 10.93 | 4.88 | 35.49 | - |
| YUV | 46.19 | 194.49 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 1 | 164 | 0.45 | 0.99 | 0 | 0.36 | 272.76 | 0.99 | 0.32 |
| Hex | 5A | 1 | A4 | 2D | 63 | 0 | 24 | 111 | 63 | 20 |
| Octal | 132 | 1 | 244 | 55 | 143 | 0 | 44 | 421 | 143 | 40 |
| Binary | 1011010 | 1 | 10100100 | 101101 | 1100011 | 0 | 100100 | 100010001 | 1100011 | 100000 |
Color Harmonies of #5A01A4
Complementary color
Monochromatic Colors of #5A01A4
Black with #5A01A4
Text Example
Text Example
White with #5A01A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A01A4; }
p { color: rgb(90,1,164); }
H1.HeaderClassName
{
color: #5A01A4;
}
.AnyTagClassName
{
color: #5A01A4;
}
</style>
background-color css
<style>
a { background-color: #5A01A4; }
a { background-color: rgb(90,1,164); }
div.DivClassName
{
background-color: #5A01A4;
}
.BgClassName
{
background-color: #5A01A4;
}
</style>
border-color css
<style>
span { border-color: #5A01A4; }
span { border-color: rgb(90,1,164); }
td.TdClassName
{
border-color: #5A01A4;
}
.TagClassName
{
border-color: #5A01A4;
}
</style>