Shades of Indigo #5A0366
Tints of Indigo #5A0366
RGB
CMYK
RGB Variations
Color information
#5A0366 (or 0x5A0366) is known color: Indigo. HEX triplet: 5A, 03 and 66. RGB value is (90,3,102). Sum of RGB (Red+Green+Blue) = 90+3+102=195 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.15% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 102 (40.23% from 255 or 52.31% from 195); Max value from RGB is 102 - color contains mainly: blue. Hex color #5A0366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0366 is #A5FC99. Grayscale: #272727. Windows color (decimal): -10878106 or 6685530. OLE color: 6685530.
HSL color Cylindrical-coordinate representation of color #5A0366: hue angle of 292.73º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A0366 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 90 | 3 | 102 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.6 |
| HSL | 292.73º | 0.94% | 0.21% | - |
| HSV(B) | 292.73º | 0.97% | 0.4% | - |
| XYZ | 6.65 | 3.2 | 12.84 | - |
| YUV | 40.3 | 162.82 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 3 | 102 | 0.12 | 0.97 | 0 | 0.6 | 292.73 | 0.94 | 0.21 |
| Hex | 5A | 3 | 66 | C | 61 | 0 | 3C | 125 | 5E | 15 |
| Octal | 132 | 3 | 146 | 14 | 141 | 0 | 74 | 445 | 136 | 25 |
| Binary | 1011010 | 11 | 1100110 | 1100 | 1100001 | 0 | 111100 | 100100101 | 1011110 | 10101 |
Color Harmonies of #5A0366
Complementary color
Monochromatic Colors of #5A0366
Black with #5A0366
Text Example
Text Example
White with #5A0366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0366; }
p { color: rgb(90,3,102); }
H1.HeaderClassName
{
color: #5A0366;
}
.AnyTagClassName
{
color: #5A0366;
}
</style>
background-color css
<style>
a { background-color: #5A0366; }
a { background-color: rgb(90,3,102); }
div.DivClassName
{
background-color: #5A0366;
}
.BgClassName
{
background-color: #5A0366;
}
</style>
border-color css
<style>
span { border-color: #5A0366; }
span { border-color: rgb(90,3,102); }
td.TdClassName
{
border-color: #5A0366;
}
.TagClassName
{
border-color: #5A0366;
}
</style>