Shades of Electric Indigo #5703EA
Tints of Electric Indigo #5703EA
RGB
CMYK
RGB Variations
Color information
#5703EA (or 0x5703EA) is known color: Electric Indigo. HEX triplet: 57, 03 and EA. RGB value is (87,3,234). Sum of RGB (Red+Green+Blue) = 87+3+234=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 234 (91.80% from 255 or 72.22% from 324); Max value from RGB is 234 - color contains mainly: blue. Hex color #5703EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5703EA is #A8FC15. Grayscale: #353535. Windows color (decimal): -11074582 or 15336279. OLE color: 15336279.
HSL color Cylindrical-coordinate representation of color #5703EA: hue angle of 261.82º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5703EA is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 87 | 3 | 234 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.08 |
| HSL | 261.82º | 0.97% | 0.46% | - |
| HSV(B) | 261.82º | 0.99% | 0.92% | - |
| XYZ | 18.81 | 8.03 | 78.4 | - |
| YUV | 54.45 | 229.33 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 3 | 234 | 0.63 | 0.99 | 0 | 0.08 | 261.82 | 0.97 | 0.46 |
| Hex | 57 | 3 | EA | 3F | 63 | 0 | 8 | 106 | 61 | 2E |
| Octal | 127 | 3 | 352 | 77 | 143 | 0 | 10 | 406 | 141 | 56 |
| Binary | 1010111 | 11 | 11101010 | 111111 | 1100011 | 0 | 1000 | 100000110 | 1100001 | 101110 |
Color Harmonies of #5703EA
Complementary color
Monochromatic Colors of #5703EA
Black with #5703EA
Text Example
Text Example
White with #5703EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5703EA; }
p { color: rgb(87,3,234); }
H1.HeaderClassName
{
color: #5703EA;
}
.AnyTagClassName
{
color: #5703EA;
}
</style>
background-color css
<style>
a { background-color: #5703EA; }
a { background-color: rgb(87,3,234); }
div.DivClassName
{
background-color: #5703EA;
}
.BgClassName
{
background-color: #5703EA;
}
</style>
border-color css
<style>
span { border-color: #5703EA; }
span { border-color: rgb(87,3,234); }
td.TdClassName
{
border-color: #5703EA;
}
.TagClassName
{
border-color: #5703EA;
}
</style>