Shades of Electric Indigo #5705FA
Tints of Electric Indigo #5705FA
RGB
CMYK
RGB Variations
Color information
#5705FA (or 0x5705FA) is known color: Electric Indigo. HEX triplet: 57, 05 and FA. RGB value is (87,5,250). Sum of RGB (Red+Green+Blue) = 87+5+250=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 250 (98.05% from 255 or 73.10% from 342); Max value from RGB is 250 - color contains mainly: blue. Hex color #5705FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5705FA is #A8FA05. Grayscale: #383838. Windows color (decimal): -11074054 or 16385367. OLE color: 16385367.
HSL color Cylindrical-coordinate representation of color #5705FA: hue angle of 260.08º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5705FA is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 5 | 250 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.02 |
| HSL | 260.08º | 0.96% | 0.5% | - |
| HSV(B) | 260.08º | 0.98% | 0.98% | - |
| XYZ | 21.24 | 9.04 | 91.07 | - |
| YUV | 57.45 | 236.67 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 5 | 250 | 0.65 | 0.98 | 0 | 0.02 | 260.08 | 0.96 | 0.5 |
| Hex | 57 | 5 | FA | 41 | 62 | 0 | 2 | 104 | 60 | 32 |
| Octal | 127 | 5 | 372 | 101 | 142 | 0 | 2 | 404 | 140 | 62 |
| Binary | 1010111 | 101 | 11111010 | 1000001 | 1100010 | 0 | 10 | 100000100 | 1100000 | 110010 |
Color Harmonies of #5705FA
Complementary color
Monochromatic Colors of #5705FA
Black with #5705FA
Text Example
Text Example
White with #5705FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5705FA; }
p { color: rgb(87,5,250); }
H1.HeaderClassName
{
color: #5705FA;
}
.AnyTagClassName
{
color: #5705FA;
}
</style>
background-color css
<style>
a { background-color: #5705FA; }
a { background-color: rgb(87,5,250); }
div.DivClassName
{
background-color: #5705FA;
}
.BgClassName
{
background-color: #5705FA;
}
</style>
border-color css
<style>
span { border-color: #5705FA; }
span { border-color: rgb(87,5,250); }
td.TdClassName
{
border-color: #5705FA;
}
.TagClassName
{
border-color: #5705FA;
}
</style>