Shades of Indigo #5702AB
Tints of Indigo #5702AB
RGB
CMYK
RGB Variations
Color information
#5702AB (or 0x5702AB) is known color: Indigo. HEX triplet: 57, 02 and AB. RGB value is (87,2,171). Sum of RGB (Red+Green+Blue) = 87+2+171=260 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.46% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #5702AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5702AB is #A8FD54. Grayscale: #2E2E2E. Windows color (decimal): -11074901 or 11207255. OLE color: 11207255.
HSL color Cylindrical-coordinate representation of color #5702AB: hue angle of 270.18º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5702AB is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 2 | 171 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.33 |
| HSL | 270.18º | 0.98% | 0.34% | - |
| HSV(B) | 270.18º | 0.99% | 0.67% | - |
| XYZ | 11.3 | 5.01 | 38.9 | - |
| YUV | 46.68 | 198.16 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 2 | 171 | 0.49 | 0.99 | 0 | 0.33 | 270.18 | 0.98 | 0.34 |
| Hex | 57 | 2 | AB | 31 | 63 | 0 | 21 | 10E | 62 | 22 |
| Octal | 127 | 2 | 253 | 61 | 143 | 0 | 41 | 416 | 142 | 42 |
| Binary | 1010111 | 10 | 10101011 | 110001 | 1100011 | 0 | 100001 | 100001110 | 1100010 | 100010 |
Color Harmonies of #5702AB
Complementary color
Monochromatic Colors of #5702AB
Black with #5702AB
Text Example
Text Example
White with #5702AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5702AB; }
p { color: rgb(87,2,171); }
H1.HeaderClassName
{
color: #5702AB;
}
.AnyTagClassName
{
color: #5702AB;
}
</style>
background-color css
<style>
a { background-color: #5702AB; }
a { background-color: rgb(87,2,171); }
div.DivClassName
{
background-color: #5702AB;
}
.BgClassName
{
background-color: #5702AB;
}
</style>
border-color css
<style>
span { border-color: #5702AB; }
span { border-color: rgb(87,2,171); }
td.TdClassName
{
border-color: #5702AB;
}
.TagClassName
{
border-color: #5702AB;
}
</style>