Shades of Indigo #5A0299
Tints of Indigo #5A0299
RGB
CMYK
RGB Variations
Color information
#5A0299 (or 0x5A0299) is known color: Indigo. HEX triplet: 5A, 02 and 99. RGB value is (90,2,153). Sum of RGB (Red+Green+Blue) = 90+2+153=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #5A0299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0299 is #A5FD66. Grayscale: #2D2D2D. Windows color (decimal): -10878311 or 10027610. OLE color: 10027610.
HSL color Cylindrical-coordinate representation of color #5A0299: hue angle of 274.97º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A0299 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 90 | 2 | 153 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.4 |
| HSL | 274.97º | 0.97% | 0.3% | - |
| HSV(B) | 274.97º | 0.99% | 0.6% | - |
| XYZ | 9.99 | 4.52 | 30.48 | - |
| YUV | 45.53 | 188.65 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 2 | 153 | 0.41 | 0.99 | 0 | 0.4 | 274.97 | 0.97 | 0.3 |
| Hex | 5A | 2 | 99 | 29 | 63 | 0 | 28 | 113 | 61 | 1E |
| Octal | 132 | 2 | 231 | 51 | 143 | 0 | 50 | 423 | 141 | 36 |
| Binary | 1011010 | 10 | 10011001 | 101001 | 1100011 | 0 | 101000 | 100010011 | 1100001 | 11110 |
Color Harmonies of #5A0299
Complementary color
Monochromatic Colors of #5A0299
Black with #5A0299
Text Example
Text Example
White with #5A0299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0299; }
p { color: rgb(90,2,153); }
H1.HeaderClassName
{
color: #5A0299;
}
.AnyTagClassName
{
color: #5A0299;
}
</style>
background-color css
<style>
a { background-color: #5A0299; }
a { background-color: rgb(90,2,153); }
div.DivClassName
{
background-color: #5A0299;
}
.BgClassName
{
background-color: #5A0299;
}
</style>
border-color css
<style>
span { border-color: #5A0299; }
span { border-color: rgb(90,2,153); }
td.TdClassName
{
border-color: #5A0299;
}
.TagClassName
{
border-color: #5A0299;
}
</style>