Shades of Electric Indigo #5702ED
Tints of Electric Indigo #5702ED
RGB
CMYK
RGB Variations
Color information
#5702ED (or 0x5702ED) is known color: Electric Indigo. HEX triplet: 57, 02 and ED. RGB value is (87,2,237). Sum of RGB (Red+Green+Blue) = 87+2+237=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 237 (92.97% from 255 or 72.70% from 326); Max value from RGB is 237 - color contains mainly: blue. Hex color #5702ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5702ED is #A8FD12. Grayscale: #353535. Windows color (decimal): -11074835 or 15532631. OLE color: 15532631.
HSL color Cylindrical-coordinate representation of color #5702ED: hue angle of 261.7º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5702ED is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 2 | 237 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.07 |
| HSL | 261.7º | 0.98% | 0.47% | - |
| HSV(B) | 261.7º | 0.99% | 0.93% | - |
| XYZ | 19.24 | 8.18 | 80.69 | - |
| YUV | 54.21 | 231.16 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 2 | 237 | 0.63 | 0.99 | 0 | 0.07 | 261.7 | 0.98 | 0.47 |
| Hex | 57 | 2 | ED | 3F | 63 | 0 | 7 | 106 | 62 | 2F |
| Octal | 127 | 2 | 355 | 77 | 143 | 0 | 7 | 406 | 142 | 57 |
| Binary | 1010111 | 10 | 11101101 | 111111 | 1100011 | 0 | 111 | 100000110 | 1100010 | 101111 |
Color Harmonies of #5702ED
Complementary color
Monochromatic Colors of #5702ED
Black with #5702ED
Text Example
Text Example
White with #5702ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5702ED; }
p { color: rgb(87,2,237); }
H1.HeaderClassName
{
color: #5702ED;
}
.AnyTagClassName
{
color: #5702ED;
}
</style>
background-color css
<style>
a { background-color: #5702ED; }
a { background-color: rgb(87,2,237); }
div.DivClassName
{
background-color: #5702ED;
}
.BgClassName
{
background-color: #5702ED;
}
</style>
border-color css
<style>
span { border-color: #5702ED; }
span { border-color: rgb(87,2,237); }
td.TdClassName
{
border-color: #5702ED;
}
.TagClassName
{
border-color: #5702ED;
}
</style>