Shades of Electric Indigo #5705FC
Tints of Electric Indigo #5705FC
RGB
CMYK
RGB Variations
Color information
#5705FC (or 0x5705FC) is known color: Electric Indigo. HEX triplet: 57, 05 and FC. RGB value is (87,5,252). Sum of RGB (Red+Green+Blue) = 87+5+252=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 252 (98.83% from 255 or 73.26% from 344); Max value from RGB is 252 - color contains mainly: blue. Hex color #5705FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5705FC is #A8FA03. Grayscale: #383838. Windows color (decimal): -11074052 or 16516439. OLE color: 16516439.
HSL color Cylindrical-coordinate representation of color #5705FC: hue angle of 259.92º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5705FC is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 5 | 252 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.01 |
| HSL | 259.92º | 0.98% | 0.5% | - |
| HSV(B) | 259.92º | 0.98% | 0.99% | - |
| XYZ | 21.56 | 9.16 | 92.73 | - |
| YUV | 57.68 | 237.67 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 5 | 252 | 0.65 | 0.98 | 0 | 0.01 | 259.92 | 0.98 | 0.5 |
| Hex | 57 | 5 | FC | 41 | 62 | 0 | 1 | 104 | 62 | 32 |
| Octal | 127 | 5 | 374 | 101 | 142 | 0 | 1 | 404 | 142 | 62 |
| Binary | 1010111 | 101 | 11111100 | 1000001 | 1100010 | 0 | 1 | 100000100 | 1100010 | 110010 |
Color Harmonies of #5705FC
Complementary color
Monochromatic Colors of #5705FC
Black with #5705FC
Text Example
Text Example
White with #5705FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5705FC; }
p { color: rgb(87,5,252); }
H1.HeaderClassName
{
color: #5705FC;
}
.AnyTagClassName
{
color: #5705FC;
}
</style>
background-color css
<style>
a { background-color: #5705FC; }
a { background-color: rgb(87,5,252); }
div.DivClassName
{
background-color: #5705FC;
}
.BgClassName
{
background-color: #5705FC;
}
</style>
border-color css
<style>
span { border-color: #5705FC; }
span { border-color: rgb(87,5,252); }
td.TdClassName
{
border-color: #5705FC;
}
.TagClassName
{
border-color: #5705FC;
}
</style>