Shades of Electric Indigo #5504F5
Tints of Electric Indigo #5504F5
RGB
CMYK
RGB Variations
Color information
#5504F5 (or 0x5504F5) is known color: Electric Indigo. HEX triplet: 55, 04 and F5. RGB value is (85,4,245). Sum of RGB (Red+Green+Blue) = 85+4+245=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 245 (96.09% from 255 or 73.35% from 334); Max value from RGB is 245 - color contains mainly: blue. Hex color #5504F5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5504F5 is #AAFB0A. Grayscale: #363636. Windows color (decimal): -11205387 or 16057429. OLE color: 16057429.
HSL color Cylindrical-coordinate representation of color #5504F5: hue angle of 260.17º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5504F5 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 4 | 245 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.04 |
| HSL | 260.17º | 0.97% | 0.49% | - |
| HSV(B) | 260.17º | 0.98% | 0.96% | - |
| XYZ | 20.27 | 8.61 | 86.98 | - |
| YUV | 55.69 | 234.84 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 4 | 245 | 0.65 | 0.98 | 0 | 0.04 | 260.17 | 0.97 | 0.49 |
| Hex | 55 | 4 | F5 | 41 | 62 | 0 | 4 | 104 | 61 | 31 |
| Octal | 125 | 4 | 365 | 101 | 142 | 0 | 4 | 404 | 141 | 61 |
| Binary | 1010101 | 100 | 11110101 | 1000001 | 1100010 | 0 | 100 | 100000100 | 1100001 | 110001 |
Color Harmonies of #5504F5
Complementary color
Monochromatic Colors of #5504F5
Black with #5504F5
Text Example
Text Example
White with #5504F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5504F5; }
p { color: rgb(85,4,245); }
H1.HeaderClassName
{
color: #5504F5;
}
.AnyTagClassName
{
color: #5504F5;
}
</style>
background-color css
<style>
a { background-color: #5504F5; }
a { background-color: rgb(85,4,245); }
div.DivClassName
{
background-color: #5504F5;
}
.BgClassName
{
background-color: #5504F5;
}
</style>
border-color css
<style>
span { border-color: #5504F5; }
span { border-color: rgb(85,4,245); }
td.TdClassName
{
border-color: #5504F5;
}
.TagClassName
{
border-color: #5504F5;
}
</style>