Shades of Electric Indigo #5602F7
Tints of Electric Indigo #5602F7
RGB
CMYK
RGB Variations
Color information
#5602F7 (or 0x5602F7) is known color: Electric Indigo. HEX triplet: 56, 02 and F7. RGB value is (86,2,247). Sum of RGB (Red+Green+Blue) = 86+2+247=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 247 (96.88% from 255 or 73.73% from 335); Max value from RGB is 247 - color contains mainly: blue. Hex color #5602F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5602F7 is #A9FD08. Grayscale: #363636. Windows color (decimal): -11140361 or 16187990. OLE color: 16187990.
HSL color Cylindrical-coordinate representation of color #5602F7: hue angle of 260.57º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5602F7 is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 86 | 2 | 247 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.03 |
| HSL | 260.57º | 0.98% | 0.49% | - |
| HSV(B) | 260.57º | 0.99% | 0.97% | - |
| XYZ | 20.65 | 8.74 | 88.59 | - |
| YUV | 55.05 | 236.33 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 2 | 247 | 0.65 | 0.99 | 0 | 0.03 | 260.57 | 0.98 | 0.49 |
| Hex | 56 | 2 | F7 | 41 | 63 | 0 | 3 | 105 | 62 | 31 |
| Octal | 126 | 2 | 367 | 101 | 143 | 0 | 3 | 405 | 142 | 61 |
| Binary | 1010110 | 10 | 11110111 | 1000001 | 1100011 | 0 | 11 | 100000101 | 1100010 | 110001 |
Color Harmonies of #5602F7
Complementary color
Monochromatic Colors of #5602F7
Black with #5602F7
Text Example
Text Example
White with #5602F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5602F7; }
p { color: rgb(86,2,247); }
H1.HeaderClassName
{
color: #5602F7;
}
.AnyTagClassName
{
color: #5602F7;
}
</style>
background-color css
<style>
a { background-color: #5602F7; }
a { background-color: rgb(86,2,247); }
div.DivClassName
{
background-color: #5602F7;
}
.BgClassName
{
background-color: #5602F7;
}
</style>
border-color css
<style>
span { border-color: #5602F7; }
span { border-color: rgb(86,2,247); }
td.TdClassName
{
border-color: #5602F7;
}
.TagClassName
{
border-color: #5602F7;
}
</style>