Shades of Electric Indigo #5706FA
Tints of Electric Indigo #5706FA
RGB
CMYK
RGB Variations
Color information
#5706FA (or 0x5706FA) is known color: Electric Indigo. HEX triplet: 57, 06 and FA. RGB value is (87,6,250). Sum of RGB (Red+Green+Blue) = 87+6+250=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 6 (2.73% from 255 or 1.75% from 343); Blue value is 250 (98.05% from 255 or 72.89% from 343); Max value from RGB is 250 - color contains mainly: blue. Hex color #5706FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5706FA is #A8F905. Grayscale: #393939. Windows color (decimal): -11073798 or 16385623. OLE color: 16385623.
HSL color Cylindrical-coordinate representation of color #5706FA: hue angle of 259.92º 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 #5706FA is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 6 | 250 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.02 |
| HSL | 259.92º | 0.96% | 0.5% | - |
| HSV(B) | 259.92º | 0.98% | 0.98% | - |
| XYZ | 21.25 | 9.06 | 91.07 | - |
| YUV | 58.04 | 236.34 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 6 | 250 | 0.65 | 0.98 | 0 | 0.02 | 259.92 | 0.96 | 0.5 |
| Hex | 57 | 6 | FA | 41 | 62 | 0 | 2 | 104 | 60 | 32 |
| Octal | 127 | 6 | 372 | 101 | 142 | 0 | 2 | 404 | 140 | 62 |
| Binary | 1010111 | 110 | 11111010 | 1000001 | 1100010 | 0 | 10 | 100000100 | 1100000 | 110010 |
Color Harmonies of #5706FA
Complementary color
Monochromatic Colors of #5706FA
Black with #5706FA
Text Example
Text Example
White with #5706FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5706FA; }
p { color: rgb(87,6,250); }
H1.HeaderClassName
{
color: #5706FA;
}
.AnyTagClassName
{
color: #5706FA;
}
</style>
background-color css
<style>
a { background-color: #5706FA; }
a { background-color: rgb(87,6,250); }
div.DivClassName
{
background-color: #5706FA;
}
.BgClassName
{
background-color: #5706FA;
}
</style>
border-color css
<style>
span { border-color: #5706FA; }
span { border-color: rgb(87,6,250); }
td.TdClassName
{
border-color: #5706FA;
}
.TagClassName
{
border-color: #5706FA;
}
</style>