Shades of Indigo #5703AF
Tints of Indigo #5703AF
RGB
CMYK
RGB Variations
Color information
#5703AF (or 0x5703AF) is known color: Indigo. HEX triplet: 57, 03 and AF. RGB value is (87,3,175). Sum of RGB (Red+Green+Blue) = 87+3+175=265 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.83% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 175 (68.75% from 255 or 66.04% from 265); Max value from RGB is 175 - color contains mainly: blue. Hex color #5703AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5703AF is #A8FC50. Grayscale: #2F2F2F. Windows color (decimal): -11074641 or 11469655. OLE color: 11469655.
HSL color Cylindrical-coordinate representation of color #5703AF: hue angle of 269.3º 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 #5703AF is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 3 | 175 | - |
| CMYK | 0.50 | 0.98 | 0 | 0.31 |
| HSL | 269.3º | 0.97% | 0.35% | - |
| HSV(B) | 269.3º | 0.98% | 0.69% | - |
| XYZ | 11.7 | 5.19 | 40.94 | - |
| YUV | 47.72 | 199.83 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 3 | 175 | 0.50 | 0.98 | 0 | 0.31 | 269.3 | 0.97 | 0.35 |
| Hex | 57 | 3 | AF | 32 | 62 | 0 | 1F | 10D | 61 | 23 |
| Octal | 127 | 3 | 257 | 62 | 142 | 0 | 37 | 415 | 141 | 43 |
| Binary | 1010111 | 11 | 10101111 | 110010 | 1100010 | 0 | 11111 | 100001101 | 1100001 | 100011 |
Color Harmonies of #5703AF
Complementary color
Monochromatic Colors of #5703AF
Black with #5703AF
Text Example
Text Example
White with #5703AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5703AF; }
p { color: rgb(87,3,175); }
H1.HeaderClassName
{
color: #5703AF;
}
.AnyTagClassName
{
color: #5703AF;
}
</style>
background-color css
<style>
a { background-color: #5703AF; }
a { background-color: rgb(87,3,175); }
div.DivClassName
{
background-color: #5703AF;
}
.BgClassName
{
background-color: #5703AF;
}
</style>
border-color css
<style>
span { border-color: #5703AF; }
span { border-color: rgb(87,3,175); }
td.TdClassName
{
border-color: #5703AF;
}
.TagClassName
{
border-color: #5703AF;
}
</style>