Shades of Indigo #5811A3
Tints of Indigo #5811A3
RGB
CMYK
RGB Variations
Color information
#5811A3 (or 0x5811A3) is known color: Indigo. HEX triplet: 58, 11 and A3. RGB value is (88,17,163). Sum of RGB (Red+Green+Blue) = 88+17+163=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 163 (64.06% from 255 or 60.82% from 268); Max value from RGB is 163 - color contains mainly: blue. Hex color #5811A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5811A3 is #A7EE5C. Grayscale: #363636. Windows color (decimal): -11005533 or 10686808. OLE color: 10686808.
HSL color Cylindrical-coordinate representation of color #5811A3: hue angle of 269.18º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5811A3 is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 17 | 163 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.36 |
| HSL | 269.18º | 0.81% | 0.35% | - |
| HSV(B) | 269.18º | 0.9% | 0.64% | - |
| XYZ | 10.84 | 5.12 | 35.07 | - |
| YUV | 54.87 | 189.02 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 17 | 163 | 0.46 | 0.90 | 0 | 0.36 | 269.18 | 0.81 | 0.35 |
| Hex | 58 | 11 | A3 | 2E | 5A | 0 | 24 | 10D | 51 | 23 |
| Octal | 130 | 21 | 243 | 56 | 132 | 0 | 44 | 415 | 121 | 43 |
| Binary | 1011000 | 10001 | 10100011 | 101110 | 1011010 | 0 | 100100 | 100001101 | 1010001 | 100011 |
Color Harmonies of #5811A3
Complementary color
Monochromatic Colors of #5811A3
Black with #5811A3
Text Example
Text Example
White with #5811A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5811A3; }
p { color: rgb(88,17,163); }
H1.HeaderClassName
{
color: #5811A3;
}
.AnyTagClassName
{
color: #5811A3;
}
</style>
background-color css
<style>
a { background-color: #5811A3; }
a { background-color: rgb(88,17,163); }
div.DivClassName
{
background-color: #5811A3;
}
.BgClassName
{
background-color: #5811A3;
}
</style>
border-color css
<style>
span { border-color: #5811A3; }
span { border-color: rgb(88,17,163); }
td.TdClassName
{
border-color: #5811A3;
}
.TagClassName
{
border-color: #5811A3;
}
</style>