Shades of Electric Indigo #5601EA
Tints of Electric Indigo #5601EA
RGB
CMYK
RGB Variations
Color information
#5601EA (or 0x5601EA) is known color: Electric Indigo. HEX triplet: 56, 01 and EA. RGB value is (86,1,234). Sum of RGB (Red+Green+Blue) = 86+1+234=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 234 (91.80% from 255 or 72.90% from 321); Max value from RGB is 234 - color contains mainly: blue. Hex color #5601EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5601EA is #A9FE15. Grayscale: #343434. Windows color (decimal): -11140630 or 15335766. OLE color: 15335766.
HSL color Cylindrical-coordinate representation of color #5601EA: hue angle of 261.89º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5601EA is Cyan = 0.63, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 1 | 234 | - |
| CMYK | 0.63 | 1.00 | 0 | 0.08 |
| HSL | 261.89º | 0.99% | 0.46% | - |
| HSV(B) | 261.89º | 1% | 0.92% | - |
| XYZ | 18.7 | 7.94 | 78.39 | - |
| YUV | 52.98 | 230.16 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 234 | 0.63 | 1.00 | 0 | 0.08 | 261.89 | 0.99 | 0.46 |
| Hex | 56 | 1 | EA | 3F | 64 | 0 | 8 | 106 | 63 | 2E |
| Octal | 126 | 1 | 352 | 77 | 144 | 0 | 10 | 406 | 143 | 56 |
| Binary | 1010110 | 1 | 11101010 | 111111 | 1100100 | 0 | 1000 | 100000110 | 1100011 | 101110 |
Color Harmonies of #5601EA
Complementary color
Monochromatic Colors of #5601EA
Black with #5601EA
Text Example
Text Example
White with #5601EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5601EA; }
p { color: rgb(86,1,234); }
H1.HeaderClassName
{
color: #5601EA;
}
.AnyTagClassName
{
color: #5601EA;
}
</style>
background-color css
<style>
a { background-color: #5601EA; }
a { background-color: rgb(86,1,234); }
div.DivClassName
{
background-color: #5601EA;
}
.BgClassName
{
background-color: #5601EA;
}
</style>
border-color css
<style>
span { border-color: #5601EA; }
span { border-color: rgb(86,1,234); }
td.TdClassName
{
border-color: #5601EA;
}
.TagClassName
{
border-color: #5601EA;
}
</style>