Shades of Indigo #5A0263
Tints of Indigo #5A0263
RGB
CMYK
RGB Variations
Color information
#5A0263 (or 0x5A0263) is known color: Indigo. HEX triplet: 5A, 02 and 63. RGB value is (90,2,99). Sum of RGB (Red+Green+Blue) = 90+2+99=191 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.12% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 99 (39.06% from 255 or 51.83% from 191); Max value from RGB is 99 - color contains mainly: blue. Hex color #5A0263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0263 is #A5FD9C. Grayscale: #272727. Windows color (decimal): -10878365 or 6488666. OLE color: 6488666.
HSL color Cylindrical-coordinate representation of color #5A0263: hue angle of 294.43º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A0263 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 2 | 99 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.61 |
| HSL | 294.43º | 0.96% | 0.2% | - |
| HSV(B) | 294.43º | 0.98% | 0.39% | - |
| XYZ | 6.49 | 3.12 | 12.06 | - |
| YUV | 39.37 | 161.65 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 2 | 99 | 0.09 | 0.98 | 0 | 0.61 | 294.43 | 0.96 | 0.2 |
| Hex | 5A | 2 | 63 | 9 | 62 | 0 | 3D | 126 | 60 | 14 |
| Octal | 132 | 2 | 143 | 11 | 142 | 0 | 75 | 446 | 140 | 24 |
| Binary | 1011010 | 10 | 1100011 | 1001 | 1100010 | 0 | 111101 | 100100110 | 1100000 | 10100 |
Color Harmonies of #5A0263
Complementary color
Monochromatic Colors of #5A0263
Black with #5A0263
Text Example
Text Example
White with #5A0263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0263; }
p { color: rgb(90,2,99); }
H1.HeaderClassName
{
color: #5A0263;
}
.AnyTagClassName
{
color: #5A0263;
}
</style>
background-color css
<style>
a { background-color: #5A0263; }
a { background-color: rgb(90,2,99); }
div.DivClassName
{
background-color: #5A0263;
}
.BgClassName
{
background-color: #5A0263;
}
</style>
border-color css
<style>
span { border-color: #5A0263; }
span { border-color: rgb(90,2,99); }
td.TdClassName
{
border-color: #5A0263;
}
.TagClassName
{
border-color: #5A0263;
}
</style>