Shades of Indigo #5A06AB
Tints of Indigo #5A06AB
RGB
CMYK
RGB Variations
Color information
#5A06AB (or 0x5A06AB) is known color: Indigo. HEX triplet: 5A, 06 and AB. RGB value is (90,6,171). Sum of RGB (Red+Green+Blue) = 90+6+171=267 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.71% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A06AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A06AB is #A5F954. Grayscale: #313131. Windows color (decimal): -10877269 or 11208282. OLE color: 11208282.
HSL color Cylindrical-coordinate representation of color #5A06AB: hue angle of 270.55º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A06AB is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 6 | 171 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.33 |
| HSL | 270.55º | 0.93% | 0.35% | - |
| HSV(B) | 270.55º | 0.96% | 0.67% | - |
| XYZ | 11.63 | 5.24 | 38.93 | - |
| YUV | 49.93 | 196.33 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 6 | 171 | 0.47 | 0.96 | 0 | 0.33 | 270.55 | 0.93 | 0.35 |
| Hex | 5A | 6 | AB | 2F | 60 | 0 | 21 | 10F | 5D | 23 |
| Octal | 132 | 6 | 253 | 57 | 140 | 0 | 41 | 417 | 135 | 43 |
| Binary | 1011010 | 110 | 10101011 | 101111 | 1100000 | 0 | 100001 | 100001111 | 1011101 | 100011 |
Color Harmonies of #5A06AB
Complementary color
Monochromatic Colors of #5A06AB
Black with #5A06AB
Text Example
Text Example
White with #5A06AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A06AB; }
p { color: rgb(90,6,171); }
H1.HeaderClassName
{
color: #5A06AB;
}
.AnyTagClassName
{
color: #5A06AB;
}
</style>
background-color css
<style>
a { background-color: #5A06AB; }
a { background-color: rgb(90,6,171); }
div.DivClassName
{
background-color: #5A06AB;
}
.BgClassName
{
background-color: #5A06AB;
}
</style>
border-color css
<style>
span { border-color: #5A06AB; }
span { border-color: rgb(90,6,171); }
td.TdClassName
{
border-color: #5A06AB;
}
.TagClassName
{
border-color: #5A06AB;
}
</style>