Shades of Indigo #5703AB
Tints of Indigo #5703AB
RGB
CMYK
RGB Variations
Color information
#5703AB (or 0x5703AB) is known color: Indigo. HEX triplet: 57, 03 and AB. RGB value is (87,3,171). Sum of RGB (Red+Green+Blue) = 87+3+171=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #5703AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5703AB is #A8FC54. Grayscale: #2E2E2E. Windows color (decimal): -11074645 or 11207511. OLE color: 11207511.
HSL color Cylindrical-coordinate representation of color #5703AB: hue angle of 270º 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 #5703AB is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 3 | 171 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.33 |
| HSL | 270º | 0.97% | 0.34% | - |
| HSV(B) | 270º | 0.98% | 0.67% | - |
| XYZ | 11.31 | 5.03 | 38.9 | - |
| YUV | 47.27 | 197.83 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 3 | 171 | 0.49 | 0.98 | 0 | 0.33 | 270 | 0.97 | 0.34 |
| Hex | 57 | 3 | AB | 31 | 62 | 0 | 21 | 10E | 61 | 22 |
| Octal | 127 | 3 | 253 | 61 | 142 | 0 | 41 | 416 | 141 | 42 |
| Binary | 1010111 | 11 | 10101011 | 110001 | 1100010 | 0 | 100001 | 100001110 | 1100001 | 100010 |
Color Harmonies of #5703AB
Complementary color
Monochromatic Colors of #5703AB
Black with #5703AB
Text Example
Text Example
White with #5703AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5703AB; }
p { color: rgb(87,3,171); }
H1.HeaderClassName
{
color: #5703AB;
}
.AnyTagClassName
{
color: #5703AB;
}
</style>
background-color css
<style>
a { background-color: #5703AB; }
a { background-color: rgb(87,3,171); }
div.DivClassName
{
background-color: #5703AB;
}
.BgClassName
{
background-color: #5703AB;
}
</style>
border-color css
<style>
span { border-color: #5703AB; }
span { border-color: rgb(87,3,171); }
td.TdClassName
{
border-color: #5703AB;
}
.TagClassName
{
border-color: #5703AB;
}
</style>