Shades of Electric Indigo #5602FA
Tints of Electric Indigo #5602FA
RGB
CMYK
RGB Variations
Color information
#5602FA (or 0x5602FA) is known color: Electric Indigo. HEX triplet: 56, 02 and FA. RGB value is (86,2,250). Sum of RGB (Red+Green+Blue) = 86+2+250=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 250 (98.05% from 255 or 73.96% from 338); Max value from RGB is 250 - color contains mainly: blue. Hex color #5602FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5602FA is #A9FD05. Grayscale: #363636. Windows color (decimal): -11140358 or 16384598. OLE color: 16384598.
HSL color Cylindrical-coordinate representation of color #5602FA: hue angle of 260.32º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5602FA is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 2 | 250 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.02 |
| HSL | 260.32º | 0.98% | 0.49% | - |
| HSV(B) | 260.32º | 0.99% | 0.98% | - |
| XYZ | 21.11 | 8.92 | 91.05 | - |
| YUV | 55.39 | 237.83 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 2 | 250 | 0.66 | 0.99 | 0 | 0.02 | 260.32 | 0.98 | 0.49 |
| Hex | 56 | 2 | FA | 42 | 63 | 0 | 2 | 104 | 62 | 31 |
| Octal | 126 | 2 | 372 | 102 | 143 | 0 | 2 | 404 | 142 | 61 |
| Binary | 1010110 | 10 | 11111010 | 1000010 | 1100011 | 0 | 10 | 100000100 | 1100010 | 110001 |
Color Harmonies of #5602FA
Complementary color
Monochromatic Colors of #5602FA
Black with #5602FA
Text Example
Text Example
White with #5602FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5602FA; }
p { color: rgb(86,2,250); }
H1.HeaderClassName
{
color: #5602FA;
}
.AnyTagClassName
{
color: #5602FA;
}
</style>
background-color css
<style>
a { background-color: #5602FA; }
a { background-color: rgb(86,2,250); }
div.DivClassName
{
background-color: #5602FA;
}
.BgClassName
{
background-color: #5602FA;
}
</style>
border-color css
<style>
span { border-color: #5602FA; }
span { border-color: rgb(86,2,250); }
td.TdClassName
{
border-color: #5602FA;
}
.TagClassName
{
border-color: #5602FA;
}
</style>