Shades of Electric Indigo #5601FB
Tints of Electric Indigo #5601FB
RGB
CMYK
RGB Variations
Color information
#5601FB (or 0x5601FB) is known color: Electric Indigo. HEX triplet: 56, 01 and FB. RGB value is (86,1,251). Sum of RGB (Red+Green+Blue) = 86+1+251=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 251 (98.44% from 255 or 74.26% from 338); Max value from RGB is 251 - color contains mainly: blue. Hex color #5601FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5601FB is #A9FE04. Grayscale: #363636. Windows color (decimal): -11140613 or 16449878. OLE color: 16449878.
HSL color Cylindrical-coordinate representation of color #5601FB: hue angle of 260.4º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5601FB is Cyan = 0.66, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 1 | 251 | - |
| CMYK | 0.66 | 1.00 | 0 | 0.02 |
| HSL | 260.4º | 0.99% | 0.49% | - |
| HSV(B) | 260.4º | 1% | 0.98% | - |
| XYZ | 21.26 | 8.97 | 91.88 | - |
| YUV | 54.92 | 238.66 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 251 | 0.66 | 1.00 | 0 | 0.02 | 260.4 | 0.99 | 0.49 |
| Hex | 56 | 1 | FB | 42 | 64 | 0 | 2 | 104 | 63 | 31 |
| Octal | 126 | 1 | 373 | 102 | 144 | 0 | 2 | 404 | 143 | 61 |
| Binary | 1010110 | 1 | 11111011 | 1000010 | 1100100 | 0 | 10 | 100000100 | 1100011 | 110001 |
Color Harmonies of #5601FB
Complementary color
Monochromatic Colors of #5601FB
Black with #5601FB
Text Example
Text Example
White with #5601FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5601FB; }
p { color: rgb(86,1,251); }
H1.HeaderClassName
{
color: #5601FB;
}
.AnyTagClassName
{
color: #5601FB;
}
</style>
background-color css
<style>
a { background-color: #5601FB; }
a { background-color: rgb(86,1,251); }
div.DivClassName
{
background-color: #5601FB;
}
.BgClassName
{
background-color: #5601FB;
}
</style>
border-color css
<style>
span { border-color: #5601FB; }
span { border-color: rgb(86,1,251); }
td.TdClassName
{
border-color: #5601FB;
}
.TagClassName
{
border-color: #5601FB;
}
</style>