Shades of Indigo #5812A3
Tints of Indigo #5812A3
RGB
CMYK
RGB Variations
Color information
#5812A3 (or 0x5812A3) is known color: Indigo. HEX triplet: 58, 12 and A3. RGB value is (88,18,163). Sum of RGB (Red+Green+Blue) = 88+18+163=269 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.71% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 163 (64.06% from 255 or 60.59% from 269); Max value from RGB is 163 - color contains mainly: blue. Hex color #5812A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5812A3 is #A7ED5C. Grayscale: #363636. Windows color (decimal): -11005277 or 10687064. OLE color: 10687064.
HSL color Cylindrical-coordinate representation of color #5812A3: hue angle of 268.97º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5812A3 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 18 | 163 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.36 |
| HSL | 268.97º | 0.8% | 0.35% | - |
| HSV(B) | 268.97º | 0.89% | 0.64% | - |
| XYZ | 10.85 | 5.15 | 35.07 | - |
| YUV | 55.46 | 188.69 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 18 | 163 | 0.46 | 0.89 | 0 | 0.36 | 268.97 | 0.8 | 0.35 |
| Hex | 58 | 12 | A3 | 2E | 59 | 0 | 24 | 10D | 50 | 23 |
| Octal | 130 | 22 | 243 | 56 | 131 | 0 | 44 | 415 | 120 | 43 |
| Binary | 1011000 | 10010 | 10100011 | 101110 | 1011001 | 0 | 100100 | 100001101 | 1010000 | 100011 |
Color Harmonies of #5812A3
Complementary color
Monochromatic Colors of #5812A3
Black with #5812A3
Text Example
Text Example
White with #5812A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5812A3; }
p { color: rgb(88,18,163); }
H1.HeaderClassName
{
color: #5812A3;
}
.AnyTagClassName
{
color: #5812A3;
}
</style>
background-color css
<style>
a { background-color: #5812A3; }
a { background-color: rgb(88,18,163); }
div.DivClassName
{
background-color: #5812A3;
}
.BgClassName
{
background-color: #5812A3;
}
</style>
border-color css
<style>
span { border-color: #5812A3; }
span { border-color: rgb(88,18,163); }
td.TdClassName
{
border-color: #5812A3;
}
.TagClassName
{
border-color: #5812A3;
}
</style>