Shades of Electric Indigo #5700FE
Tints of Electric Indigo #5700FE
RGB
CMYK
RGB Variations
Color information
#5700FE (or 0x5700FE) is known color: Electric Indigo. HEX triplet: 57, 00 and FE. RGB value is (87,0,254). Sum of RGB (Red+Green+Blue) = 87+0+254=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 254 (99.61% from 255 or 74.49% from 341); Max value from RGB is 254 - color contains mainly: blue. Hex color #5700FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5700FE is #A8FF01. Grayscale: #363636. Windows color (decimal): -11075330 or 16646231. OLE color: 16646231.
HSL color Cylindrical-coordinate representation of color #5700FE: hue angle of 260.55º 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 #5700FE is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 0 | 254 | - |
| CMYK | 0.66 | 1 | 0 | 0.00 |
| HSL | 260.55º | 1% | 0.5% | - |
| HSV(B) | 260.55º | 1% | 1% | - |
| XYZ | 21.82 | 9.18 | 94.39 | - |
| YUV | 54.97 | 240.32 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 0 | 254 | 0.66 | 1 | 0 | 0.00 | 260.55 | 1 | 0.5 |
| Hex | 57 | 0 | FE | 42 | 64 | 0 | 0 | 105 | 64 | 32 |
| Octal | 127 | 0 | 376 | 102 | 144 | 0 | 0 | 405 | 144 | 62 |
| Binary | 1010111 | 0 | 11111110 | 1000010 | 1100100 | 0 | 0 | 100000101 | 1100100 | 110010 |
Color Harmonies of #5700FE
Complementary color
Monochromatic Colors of #5700FE
Black with #5700FE
Text Example
Text Example
White with #5700FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5700FE; }
p { color: rgb(87,0,254); }
H1.HeaderClassName
{
color: #5700FE;
}
.AnyTagClassName
{
color: #5700FE;
}
</style>
background-color css
<style>
a { background-color: #5700FE; }
a { background-color: rgb(87,0,254); }
div.DivClassName
{
background-color: #5700FE;
}
.BgClassName
{
background-color: #5700FE;
}
</style>
border-color css
<style>
span { border-color: #5700FE; }
span { border-color: rgb(87,0,254); }
td.TdClassName
{
border-color: #5700FE;
}
.TagClassName
{
border-color: #5700FE;
}
</style>