Shades of Electric Indigo #5501FC
Tints of Electric Indigo #5501FC
RGB
CMYK
RGB Variations
Color information
#5501FC (or 0x5501FC) is known color: Electric Indigo. HEX triplet: 55, 01 and FC. RGB value is (85,1,252). Sum of RGB (Red+Green+Blue) = 85+1+252=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 252 (98.83% from 255 or 74.56% from 338); Max value from RGB is 252 - color contains mainly: blue. Hex color #5501FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5501FC is #AAFE03. Grayscale: #353535. Windows color (decimal): -11206148 or 16515413. OLE color: 16515413.
HSL color Cylindrical-coordinate representation of color #5501FC: hue angle of 260.08º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5501FC is Cyan = 0.66, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 1 | 252 | - |
| CMYK | 0.66 | 1.00 | 0 | 0.01 |
| HSL | 260.08º | 0.99% | 0.5% | - |
| HSV(B) | 260.08º | 1% | 0.99% | - |
| XYZ | 21.33 | 8.98 | 92.7 | - |
| YUV | 54.73 | 239.33 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 252 | 0.66 | 1.00 | 0 | 0.01 | 260.08 | 0.99 | 0.5 |
| Hex | 55 | 1 | FC | 42 | 64 | 0 | 1 | 104 | 63 | 32 |
| Octal | 125 | 1 | 374 | 102 | 144 | 0 | 1 | 404 | 143 | 62 |
| Binary | 1010101 | 1 | 11111100 | 1000010 | 1100100 | 0 | 1 | 100000100 | 1100011 | 110010 |
Color Harmonies of #5501FC
Complementary color
Monochromatic Colors of #5501FC
Black with #5501FC
Text Example
Text Example
White with #5501FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5501FC; }
p { color: rgb(85,1,252); }
H1.HeaderClassName
{
color: #5501FC;
}
.AnyTagClassName
{
color: #5501FC;
}
</style>
background-color css
<style>
a { background-color: #5501FC; }
a { background-color: rgb(85,1,252); }
div.DivClassName
{
background-color: #5501FC;
}
.BgClassName
{
background-color: #5501FC;
}
</style>
border-color css
<style>
span { border-color: #5501FC; }
span { border-color: rgb(85,1,252); }
td.TdClassName
{
border-color: #5501FC;
}
.TagClassName
{
border-color: #5501FC;
}
</style>