Shades of Electric Indigo #5700FF
Tints of Electric Indigo #5700FF
RGB
CMYK
RGB Variations
Color information
#5700FF (or 0x5700FF) is known color: Electric Indigo. HEX triplet: 57, 00 and FF. RGB value is (87,0,255). Sum of RGB (Red+Green+Blue) = 87+0+255=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 255 (100% from 255 or 74.56% from 342); Max value from RGB is 255 - color contains mainly: blue. Hex color #5700FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5700FF is #A8FF00. Grayscale: #363636. Windows color (decimal): -11075329 or 16711767. OLE color: 16711767.
HSL color Cylindrical-coordinate representation of color #5700FF: hue angle of 260.47º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5700FF is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 0 | 255 | - |
| CMYK | 0.66 | 1 | 0 | 0 |
| HSL | 260.47º | 1% | 0.5% | - |
| HSV(B) | 260.47º | 1% | 1% | - |
| XYZ | 21.98 | 9.25 | 95.23 | - |
| YUV | 55.08 | 240.82 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 0 | 255 | 0.66 | 1 | 0 | 0 | 260.47 | 1 | 0.5 |
| Hex | 57 | 0 | FF | 42 | 64 | 0 | 0 | 104 | 64 | 32 |
| Octal | 127 | 0 | 377 | 102 | 144 | 0 | 0 | 404 | 144 | 62 |
| Binary | 1010111 | 0 | 11111111 | 1000010 | 1100100 | 0 | 0 | 100000100 | 1100100 | 110010 |
Color Harmonies of #5700FF
Complementary color
Monochromatic Colors of #5700FF
Black with #5700FF
Text Example
Text Example
White with #5700FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5700FF; }
p { color: rgb(87,0,255); }
H1.HeaderClassName
{
color: #5700FF;
}
.AnyTagClassName
{
color: #5700FF;
}
</style>
background-color css
<style>
a { background-color: #5700FF; }
a { background-color: rgb(87,0,255); }
div.DivClassName
{
background-color: #5700FF;
}
.BgClassName
{
background-color: #5700FF;
}
</style>
border-color css
<style>
span { border-color: #5700FF; }
span { border-color: rgb(87,0,255); }
td.TdClassName
{
border-color: #5700FF;
}
.TagClassName
{
border-color: #5700FF;
}
</style>