Shades of Indigo #5803AC
Tints of Indigo #5803AC
RGB
CMYK
RGB Variations
Color information
#5803AC (or 0x5803AC) is known color: Indigo. HEX triplet: 58, 03 and AC. RGB value is (88,3,172). Sum of RGB (Red+Green+Blue) = 88+3+172=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #5803AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5803AC is #A7FC53. Grayscale: #2F2F2F. Windows color (decimal): -11009108 or 11273048. OLE color: 11273048.
HSL color Cylindrical-coordinate representation of color #5803AC: hue angle of 270.18º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5803AC is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 3 | 172 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.33 |
| HSL | 270.18º | 0.97% | 0.34% | - |
| HSV(B) | 270.18º | 0.98% | 0.67% | - |
| XYZ | 11.5 | 5.12 | 39.41 | - |
| YUV | 47.68 | 198.16 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 3 | 172 | 0.49 | 0.98 | 0 | 0.33 | 270.18 | 0.97 | 0.34 |
| Hex | 58 | 3 | AC | 31 | 62 | 0 | 21 | 10E | 61 | 22 |
| Octal | 130 | 3 | 254 | 61 | 142 | 0 | 41 | 416 | 141 | 42 |
| Binary | 1011000 | 11 | 10101100 | 110001 | 1100010 | 0 | 100001 | 100001110 | 1100001 | 100010 |
Color Harmonies of #5803AC
Complementary color
Monochromatic Colors of #5803AC
Black with #5803AC
Text Example
Text Example
White with #5803AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5803AC; }
p { color: rgb(88,3,172); }
H1.HeaderClassName
{
color: #5803AC;
}
.AnyTagClassName
{
color: #5803AC;
}
</style>
background-color css
<style>
a { background-color: #5803AC; }
a { background-color: rgb(88,3,172); }
div.DivClassName
{
background-color: #5803AC;
}
.BgClassName
{
background-color: #5803AC;
}
</style>
border-color css
<style>
span { border-color: #5803AC; }
span { border-color: rgb(88,3,172); }
td.TdClassName
{
border-color: #5803AC;
}
.TagClassName
{
border-color: #5803AC;
}
</style>