Shades of Indigo #5803AF
Tints of Indigo #5803AF
RGB
CMYK
RGB Variations
Color information
#5803AF (or 0x5803AF) is known color: Indigo. HEX triplet: 58, 03 and AF. RGB value is (88,3,175). Sum of RGB (Red+Green+Blue) = 88+3+175=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 175 (68.75% from 255 or 65.79% from 266); Max value from RGB is 175 - color contains mainly: blue. Hex color #5803AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5803AF is #A7FC50. Grayscale: #2F2F2F. Windows color (decimal): -11009105 or 11469656. OLE color: 11469656.
HSL color Cylindrical-coordinate representation of color #5803AF: hue angle of 269.65º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5803AF is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 3 | 175 | - |
| CMYK | 0.50 | 0.98 | 0 | 0.31 |
| HSL | 269.65º | 0.97% | 0.35% | - |
| HSV(B) | 269.65º | 0.98% | 0.69% | - |
| XYZ | 11.79 | 5.23 | 40.95 | - |
| YUV | 48.02 | 199.66 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 3 | 175 | 0.50 | 0.98 | 0 | 0.31 | 269.65 | 0.97 | 0.35 |
| Hex | 58 | 3 | AF | 32 | 62 | 0 | 1F | 10E | 61 | 23 |
| Octal | 130 | 3 | 257 | 62 | 142 | 0 | 37 | 416 | 141 | 43 |
| Binary | 1011000 | 11 | 10101111 | 110010 | 1100010 | 0 | 11111 | 100001110 | 1100001 | 100011 |
Color Harmonies of #5803AF
Complementary color
Monochromatic Colors of #5803AF
Black with #5803AF
Text Example
Text Example
White with #5803AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5803AF; }
p { color: rgb(88,3,175); }
H1.HeaderClassName
{
color: #5803AF;
}
.AnyTagClassName
{
color: #5803AF;
}
</style>
background-color css
<style>
a { background-color: #5803AF; }
a { background-color: rgb(88,3,175); }
div.DivClassName
{
background-color: #5803AF;
}
.BgClassName
{
background-color: #5803AF;
}
</style>
border-color css
<style>
span { border-color: #5803AF; }
span { border-color: rgb(88,3,175); }
td.TdClassName
{
border-color: #5803AF;
}
.TagClassName
{
border-color: #5803AF;
}
</style>