Shades of Indigo #5700AE
Tints of Indigo #5700AE
RGB
CMYK
RGB Variations
Color information
#5700AE (or 0x5700AE) is known color: Indigo. HEX triplet: 57, 00 and AE. RGB value is (87,0,174). Sum of RGB (Red+Green+Blue) = 87+0+174=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 174 (68.36% from 255 or 66.67% from 261); Max value from RGB is 174 - color contains mainly: blue. Hex color #5700AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5700AE is #A8FF51. Grayscale: #2D2D2D. Windows color (decimal): -11075410 or 11403351. OLE color: 11403351.
HSL color Cylindrical-coordinate representation of color #5700AE: hue angle of 270º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5700AE is Cyan = 0.5, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 87 | 0 | 174 | - |
| CMYK | 0.5 | 1 | 0 | 0.32 |
| HSL | 270º | 1% | 0.34% | - |
| HSV(B) | 270º | 1% | 0.68% | - |
| XYZ | 11.57 | 5.08 | 40.42 | - |
| YUV | 45.85 | 200.32 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 0 | 174 | 0.5 | 1 | 0 | 0.32 | 270 | 1 | 0.34 |
| Hex | 57 | 0 | AE | 32 | 64 | 0 | 20 | 10E | 64 | 22 |
| Octal | 127 | 0 | 256 | 62 | 144 | 0 | 40 | 416 | 144 | 42 |
| Binary | 1010111 | 0 | 10101110 | 110010 | 1100100 | 0 | 100000 | 100001110 | 1100100 | 100010 |
Color Harmonies of #5700AE
Complementary color
Monochromatic Colors of #5700AE
Black with #5700AE
Text Example
Text Example
White with #5700AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5700AE; }
p { color: rgb(87,0,174); }
H1.HeaderClassName
{
color: #5700AE;
}
.AnyTagClassName
{
color: #5700AE;
}
</style>
background-color css
<style>
a { background-color: #5700AE; }
a { background-color: rgb(87,0,174); }
div.DivClassName
{
background-color: #5700AE;
}
.BgClassName
{
background-color: #5700AE;
}
</style>
border-color css
<style>
span { border-color: #5700AE; }
span { border-color: rgb(87,0,174); }
td.TdClassName
{
border-color: #5700AE;
}
.TagClassName
{
border-color: #5700AE;
}
</style>