Shades of Electric Indigo #5501EA
Tints of Electric Indigo #5501EA
RGB
CMYK
RGB Variations
Color information
#5501EA (or 0x5501EA) is known color: Electric Indigo. HEX triplet: 55, 01 and EA. RGB value is (85,1,234). Sum of RGB (Red+Green+Blue) = 85+1+234=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 234 (91.80% from 255 or 73.12% from 320); Max value from RGB is 234 - color contains mainly: blue. Hex color #5501EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5501EA is #AAFE15. Grayscale: #333333. Windows color (decimal): -11206166 or 15335765. OLE color: 15335765.
HSL color Cylindrical-coordinate representation of color #5501EA: hue angle of 261.63º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5501EA is Cyan = 0.64, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 1 | 234 | - |
| CMYK | 0.64 | 1.00 | 0 | 0.08 |
| HSL | 261.63º | 0.99% | 0.46% | - |
| HSV(B) | 261.63º | 1% | 0.92% | - |
| XYZ | 18.61 | 7.89 | 78.38 | - |
| YUV | 52.68 | 230.33 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 234 | 0.64 | 1.00 | 0 | 0.08 | 261.63 | 0.99 | 0.46 |
| Hex | 55 | 1 | EA | 40 | 64 | 0 | 8 | 106 | 63 | 2E |
| Octal | 125 | 1 | 352 | 100 | 144 | 0 | 10 | 406 | 143 | 56 |
| Binary | 1010101 | 1 | 11101010 | 1000000 | 1100100 | 0 | 1000 | 100000110 | 1100011 | 101110 |
Color Harmonies of #5501EA
Complementary color
Monochromatic Colors of #5501EA
Black with #5501EA
Text Example
Text Example
White with #5501EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5501EA; }
p { color: rgb(85,1,234); }
H1.HeaderClassName
{
color: #5501EA;
}
.AnyTagClassName
{
color: #5501EA;
}
</style>
background-color css
<style>
a { background-color: #5501EA; }
a { background-color: rgb(85,1,234); }
div.DivClassName
{
background-color: #5501EA;
}
.BgClassName
{
background-color: #5501EA;
}
</style>
border-color css
<style>
span { border-color: #5501EA; }
span { border-color: rgb(85,1,234); }
td.TdClassName
{
border-color: #5501EA;
}
.TagClassName
{
border-color: #5501EA;
}
</style>