Shades of Electric Indigo #5702FF
Tints of Electric Indigo #5702FF
RGB
CMYK
RGB Variations
Color information
#5702FF (or 0x5702FF) is known color: Electric Indigo. HEX triplet: 57, 02 and FF. RGB value is (87,2,255). Sum of RGB (Red+Green+Blue) = 87+2+255=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 255 (100% from 255 or 74.13% from 344); Max value from RGB is 255 - color contains mainly: blue. Hex color #5702FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5702FF is #A8FD00. Grayscale: #373737. Windows color (decimal): -11074817 or 16712279. OLE color: 16712279.
HSL color Cylindrical-coordinate representation of color #5702FF: hue angle of 260.16º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5702FF is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 2 | 255 | - |
| CMYK | 0.66 | 0.99 | 0 | 0 |
| HSL | 260.16º | 1% | 0.5% | - |
| HSV(B) | 260.16º | 0.99% | 1% | - |
| XYZ | 22 | 9.29 | 95.24 | - |
| YUV | 56.26 | 240.16 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 2 | 255 | 0.66 | 0.99 | 0 | 0 | 260.16 | 1 | 0.5 |
| Hex | 57 | 2 | FF | 42 | 63 | 0 | 0 | 104 | 64 | 32 |
| Octal | 127 | 2 | 377 | 102 | 143 | 0 | 0 | 404 | 144 | 62 |
| Binary | 1010111 | 10 | 11111111 | 1000010 | 1100011 | 0 | 0 | 100000100 | 1100100 | 110010 |
Color Harmonies of #5702FF
Complementary color
Monochromatic Colors of #5702FF
Black with #5702FF
Text Example
Text Example
White with #5702FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5702FF; }
p { color: rgb(87,2,255); }
H1.HeaderClassName
{
color: #5702FF;
}
.AnyTagClassName
{
color: #5702FF;
}
</style>
background-color css
<style>
a { background-color: #5702FF; }
a { background-color: rgb(87,2,255); }
div.DivClassName
{
background-color: #5702FF;
}
.BgClassName
{
background-color: #5702FF;
}
</style>
border-color css
<style>
span { border-color: #5702FF; }
span { border-color: rgb(87,2,255); }
td.TdClassName
{
border-color: #5702FF;
}
.TagClassName
{
border-color: #5702FF;
}
</style>