Shades of Electric Indigo #5601F2
Tints of Electric Indigo #5601F2
RGB
CMYK
RGB Variations
Color information
#5601F2 (or 0x5601F2) is known color: Electric Indigo. HEX triplet: 56, 01 and F2. RGB value is (86,1,242). Sum of RGB (Red+Green+Blue) = 86+1+242=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 242 (94.92% from 255 or 73.56% from 329); Max value from RGB is 242 - color contains mainly: blue. Hex color #5601F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5601F2 is #A9FE0D. Grayscale: #353535. Windows color (decimal): -11140622 or 15860054. OLE color: 15860054.
HSL color Cylindrical-coordinate representation of color #5601F2: hue angle of 261.16º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5601F2 is Cyan = 0.64, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 1 | 242 | - |
| CMYK | 0.64 | 1.00 | 0 | 0.05 |
| HSL | 261.16º | 0.99% | 0.48% | - |
| HSV(B) | 261.16º | 1% | 0.95% | - |
| XYZ | 19.88 | 8.41 | 84.58 | - |
| YUV | 53.89 | 234.16 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 242 | 0.64 | 1.00 | 0 | 0.05 | 261.16 | 0.99 | 0.48 |
| Hex | 56 | 1 | F2 | 40 | 64 | 0 | 5 | 105 | 63 | 30 |
| Octal | 126 | 1 | 362 | 100 | 144 | 0 | 5 | 405 | 143 | 60 |
| Binary | 1010110 | 1 | 11110010 | 1000000 | 1100100 | 0 | 101 | 100000101 | 1100011 | 110000 |
Color Harmonies of #5601F2
Complementary color
Monochromatic Colors of #5601F2
Black with #5601F2
Text Example
Text Example
White with #5601F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5601F2; }
p { color: rgb(86,1,242); }
H1.HeaderClassName
{
color: #5601F2;
}
.AnyTagClassName
{
color: #5601F2;
}
</style>
background-color css
<style>
a { background-color: #5601F2; }
a { background-color: rgb(86,1,242); }
div.DivClassName
{
background-color: #5601F2;
}
.BgClassName
{
background-color: #5601F2;
}
</style>
border-color css
<style>
span { border-color: #5601F2; }
span { border-color: rgb(86,1,242); }
td.TdClassName
{
border-color: #5601F2;
}
.TagClassName
{
border-color: #5601F2;
}
</style>