Shades of Electric Indigo #5704EA
Tints of Electric Indigo #5704EA
RGB
CMYK
RGB Variations
Color information
#5704EA (or 0x5704EA) is known color: Electric Indigo. HEX triplet: 57, 04 and EA. RGB value is (87,4,234). Sum of RGB (Red+Green+Blue) = 87+4+234=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 234 (91.80% from 255 or 72% from 325); Max value from RGB is 234 - color contains mainly: blue. Hex color #5704EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5704EA is #A8FB15. Grayscale: #363636. Windows color (decimal): -11074326 or 15336535. OLE color: 15336535.
HSL color Cylindrical-coordinate representation of color #5704EA: hue angle of 261.65º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5704EA is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 87 | 4 | 234 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.08 |
| HSL | 261.65º | 0.97% | 0.47% | - |
| HSV(B) | 261.65º | 0.98% | 0.92% | - |
| XYZ | 18.83 | 8.05 | 78.4 | - |
| YUV | 55.04 | 229 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 4 | 234 | 0.63 | 0.98 | 0 | 0.08 | 261.65 | 0.97 | 0.47 |
| Hex | 57 | 4 | EA | 3F | 62 | 0 | 8 | 106 | 61 | 2F |
| Octal | 127 | 4 | 352 | 77 | 142 | 0 | 10 | 406 | 141 | 57 |
| Binary | 1010111 | 100 | 11101010 | 111111 | 1100010 | 0 | 1000 | 100000110 | 1100001 | 101111 |
Color Harmonies of #5704EA
Complementary color
Monochromatic Colors of #5704EA
Black with #5704EA
Text Example
Text Example
White with #5704EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5704EA; }
p { color: rgb(87,4,234); }
H1.HeaderClassName
{
color: #5704EA;
}
.AnyTagClassName
{
color: #5704EA;
}
</style>
background-color css
<style>
a { background-color: #5704EA; }
a { background-color: rgb(87,4,234); }
div.DivClassName
{
background-color: #5704EA;
}
.BgClassName
{
background-color: #5704EA;
}
</style>
border-color css
<style>
span { border-color: #5704EA; }
span { border-color: rgb(87,4,234); }
td.TdClassName
{
border-color: #5704EA;
}
.TagClassName
{
border-color: #5704EA;
}
</style>