Shades of Indigo #5A006C
Tints of Indigo #5A006C
RGB
CMYK
RGB Variations
Color information
#5A006C (or 0x5A006C) is known color: Indigo. HEX triplet: 5A, 00 and 6C. RGB value is (90,0,108). Sum of RGB (Red+Green+Blue) = 90+0+108=198 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.45% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #5A006C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A006C is #A5FF93. Grayscale: #262626. Windows color (decimal): -10878868 or 7077978. OLE color: 7077978.
HSL color Cylindrical-coordinate representation of color #5A006C: hue angle of 290º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A006C is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 0 | 108 | - |
| CMYK | 0.17 | 1 | 0 | 0.58 |
| HSL | 290º | 1% | 0.21% | - |
| HSV(B) | 290º | 1% | 0.42% | - |
| XYZ | 6.92 | 3.26 | 14.45 | - |
| YUV | 39.22 | 166.82 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 108 | 0.17 | 1 | 0 | 0.58 | 290 | 1 | 0.21 |
| Hex | 5A | 0 | 6C | 11 | 64 | 0 | 3A | 122 | 64 | 15 |
| Octal | 132 | 0 | 154 | 21 | 144 | 0 | 72 | 442 | 144 | 25 |
| Binary | 1011010 | 0 | 1101100 | 10001 | 1100100 | 0 | 111010 | 100100010 | 1100100 | 10101 |
Color Harmonies of #5A006C
Complementary color
Monochromatic Colors of #5A006C
Black with #5A006C
Text Example
Text Example
White with #5A006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A006C; }
p { color: rgb(90,0,108); }
H1.HeaderClassName
{
color: #5A006C;
}
.AnyTagClassName
{
color: #5A006C;
}
</style>
background-color css
<style>
a { background-color: #5A006C; }
a { background-color: rgb(90,0,108); }
div.DivClassName
{
background-color: #5A006C;
}
.BgClassName
{
background-color: #5A006C;
}
</style>
border-color css
<style>
span { border-color: #5A006C; }
span { border-color: rgb(90,0,108); }
td.TdClassName
{
border-color: #5A006C;
}
.TagClassName
{
border-color: #5A006C;
}
</style>