Shades of Electric Indigo #5601F1
Tints of Electric Indigo #5601F1
RGB
CMYK
RGB Variations
Color information
#5601F1 (or 0x5601F1) is known color: Electric Indigo. HEX triplet: 56, 01 and F1. RGB value is (86,1,241). Sum of RGB (Red+Green+Blue) = 86+1+241=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 241 (94.53% from 255 or 73.48% from 328); Max value from RGB is 241 - color contains mainly: blue. Hex color #5601F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5601F1 is #A9FE0E. Grayscale: #343434. Windows color (decimal): -11140623 or 15794518. OLE color: 15794518.
HSL color Cylindrical-coordinate representation of color #5601F1: hue angle of 261.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5601F1 is Cyan = 0.64, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 1 | 241 | - |
| CMYK | 0.64 | 1.00 | 0 | 0.05 |
| HSL | 261.25º | 0.99% | 0.47% | - |
| HSV(B) | 261.25º | 1% | 0.95% | - |
| XYZ | 19.73 | 8.35 | 83.79 | - |
| YUV | 53.78 | 233.66 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 241 | 0.64 | 1.00 | 0 | 0.05 | 261.25 | 0.99 | 0.47 |
| Hex | 56 | 1 | F1 | 40 | 64 | 0 | 5 | 105 | 63 | 2F |
| Octal | 126 | 1 | 361 | 100 | 144 | 0 | 5 | 405 | 143 | 57 |
| Binary | 1010110 | 1 | 11110001 | 1000000 | 1100100 | 0 | 101 | 100000101 | 1100011 | 101111 |
Color Harmonies of #5601F1
Complementary color
Monochromatic Colors of #5601F1
Black with #5601F1
Text Example
Text Example
White with #5601F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5601F1; }
p { color: rgb(86,1,241); }
H1.HeaderClassName
{
color: #5601F1;
}
.AnyTagClassName
{
color: #5601F1;
}
</style>
background-color css
<style>
a { background-color: #5601F1; }
a { background-color: rgb(86,1,241); }
div.DivClassName
{
background-color: #5601F1;
}
.BgClassName
{
background-color: #5601F1;
}
</style>
border-color css
<style>
span { border-color: #5601F1; }
span { border-color: rgb(86,1,241); }
td.TdClassName
{
border-color: #5601F1;
}
.TagClassName
{
border-color: #5601F1;
}
</style>