Shades of Electric Indigo #5600F0
Tints of Electric Indigo #5600F0
RGB
CMYK
RGB Variations
Color information
#5600F0 (or 0x5600F0) is known color: Electric Indigo. HEX triplet: 56, 00 and F0. RGB value is (86,0,240). Sum of RGB (Red+Green+Blue) = 86+0+240=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 240 (94.14% from 255 or 73.62% from 326); Max value from RGB is 240 - color contains mainly: blue. Hex color #5600F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5600F0 is #A9FF0F. Grayscale: #343434. Windows color (decimal): -11140880 or 15728726. OLE color: 15728726.
HSL color Cylindrical-coordinate representation of color #5600F0: hue angle of 261.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5600F0 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 0 | 240 | - |
| CMYK | 0.64 | 1 | 0 | 0.06 |
| HSL | 261.5º | 1% | 0.47% | - |
| HSV(B) | 261.5º | 1% | 0.94% | - |
| XYZ | 19.57 | 8.27 | 83 | - |
| YUV | 53.07 | 233.49 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 0 | 240 | 0.64 | 1 | 0 | 0.06 | 261.5 | 1 | 0.47 |
| Hex | 56 | 0 | F0 | 40 | 64 | 0 | 6 | 106 | 64 | 2F |
| Octal | 126 | 0 | 360 | 100 | 144 | 0 | 6 | 406 | 144 | 57 |
| Binary | 1010110 | 0 | 11110000 | 1000000 | 1100100 | 0 | 110 | 100000110 | 1100100 | 101111 |
Color Harmonies of #5600F0
Complementary color
Monochromatic Colors of #5600F0
Black with #5600F0
Text Example
Text Example
White with #5600F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5600F0; }
p { color: rgb(86,0,240); }
H1.HeaderClassName
{
color: #5600F0;
}
.AnyTagClassName
{
color: #5600F0;
}
</style>
background-color css
<style>
a { background-color: #5600F0; }
a { background-color: rgb(86,0,240); }
div.DivClassName
{
background-color: #5600F0;
}
.BgClassName
{
background-color: #5600F0;
}
</style>
border-color css
<style>
span { border-color: #5600F0; }
span { border-color: rgb(86,0,240); }
td.TdClassName
{
border-color: #5600F0;
}
.TagClassName
{
border-color: #5600F0;
}
</style>