Shades of Indigo #5701A8
Tints of Indigo #5701A8
RGB
CMYK
RGB Variations
Color information
#5701A8 (or 0x5701A8) is known color: Indigo. HEX triplet: 57, 01 and A8. RGB value is (87,1,168). Sum of RGB (Red+Green+Blue) = 87+1+168=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 168 (66.02% from 255 or 65.62% from 256); Max value from RGB is 168 - color contains mainly: blue. Hex color #5701A8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5701A8 is #A8FE57. Grayscale: #2D2D2D. Windows color (decimal): -11075160 or 11010391. OLE color: 11010391.
HSL color Cylindrical-coordinate representation of color #5701A8: hue angle of 270.9º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5701A8 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 87 | 1 | 168 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.34 |
| HSL | 270.9º | 0.99% | 0.33% | - |
| HSV(B) | 270.9º | 0.99% | 0.66% | - |
| XYZ | 11.01 | 4.88 | 37.41 | - |
| YUV | 45.75 | 196.99 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 1 | 168 | 0.48 | 0.99 | 0 | 0.34 | 270.9 | 0.99 | 0.33 |
| Hex | 57 | 1 | A8 | 30 | 63 | 0 | 22 | 10F | 63 | 21 |
| Octal | 127 | 1 | 250 | 60 | 143 | 0 | 42 | 417 | 143 | 41 |
| Binary | 1010111 | 1 | 10101000 | 110000 | 1100011 | 0 | 100010 | 100001111 | 1100011 | 100001 |
Color Harmonies of #5701A8
Complementary color
Monochromatic Colors of #5701A8
Black with #5701A8
Text Example
Text Example
White with #5701A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5701A8; }
p { color: rgb(87,1,168); }
H1.HeaderClassName
{
color: #5701A8;
}
.AnyTagClassName
{
color: #5701A8;
}
</style>
background-color css
<style>
a { background-color: #5701A8; }
a { background-color: rgb(87,1,168); }
div.DivClassName
{
background-color: #5701A8;
}
.BgClassName
{
background-color: #5701A8;
}
</style>
border-color css
<style>
span { border-color: #5701A8; }
span { border-color: rgb(87,1,168); }
td.TdClassName
{
border-color: #5701A8;
}
.TagClassName
{
border-color: #5701A8;
}
</style>