Shades of Electric Indigo #5503EE
Tints of Electric Indigo #5503EE
RGB
CMYK
RGB Variations
Color information
#5503EE (or 0x5503EE) is known color: Electric Indigo. HEX triplet: 55, 03 and EE. RGB value is (85,3,238). Sum of RGB (Red+Green+Blue) = 85+3+238=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 238 (93.36% from 255 or 73.01% from 326); Max value from RGB is 238 - color contains mainly: blue. Hex color #5503EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5503EE is #AAFC11. Grayscale: #353535. Windows color (decimal): -11205650 or 15598421. OLE color: 15598421.
HSL color Cylindrical-coordinate representation of color #5503EE: hue angle of 260.94º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5503EE is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 3 | 238 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.07 |
| HSL | 260.94º | 0.98% | 0.47% | - |
| HSV(B) | 260.94º | 0.99% | 0.93% | - |
| XYZ | 19.21 | 8.17 | 81.45 | - |
| YUV | 54.31 | 231.67 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 238 | 0.64 | 0.99 | 0 | 0.07 | 260.94 | 0.98 | 0.47 |
| Hex | 55 | 3 | EE | 40 | 63 | 0 | 7 | 105 | 62 | 2F |
| Octal | 125 | 3 | 356 | 100 | 143 | 0 | 7 | 405 | 142 | 57 |
| Binary | 1010101 | 11 | 11101110 | 1000000 | 1100011 | 0 | 111 | 100000101 | 1100010 | 101111 |
Color Harmonies of #5503EE
Complementary color
Monochromatic Colors of #5503EE
Black with #5503EE
Text Example
Text Example
White with #5503EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5503EE; }
p { color: rgb(85,3,238); }
H1.HeaderClassName
{
color: #5503EE;
}
.AnyTagClassName
{
color: #5503EE;
}
</style>
background-color css
<style>
a { background-color: #5503EE; }
a { background-color: rgb(85,3,238); }
div.DivClassName
{
background-color: #5503EE;
}
.BgClassName
{
background-color: #5503EE;
}
</style>
border-color css
<style>
span { border-color: #5503EE; }
span { border-color: rgb(85,3,238); }
td.TdClassName
{
border-color: #5503EE;
}
.TagClassName
{
border-color: #5503EE;
}
</style>