Shades of Electric Indigo #5503FF
Tints of Electric Indigo #5503FF
RGB
CMYK
RGB Variations
Color information
#5503FF (or 0x5503FF) is known color: Electric Indigo. HEX triplet: 55, 03 and FF. RGB value is (85,3,255). Sum of RGB (Red+Green+Blue) = 85+3+255=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 255 (100% from 255 or 74.34% from 343); Max value from RGB is 255 - color contains mainly: blue. Hex color #5503FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5503FF is #AAFC00. Grayscale: #373737. Windows color (decimal): -11205633 or 16712533. OLE color: 16712533.
HSL color Cylindrical-coordinate representation of color #5503FF: hue angle of 259.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5503FF is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 3 | 255 | - |
| CMYK | 0.67 | 0.99 | 0 | 0 |
| HSL | 259.52º | 1% | 0.51% | - |
| HSV(B) | 259.52º | 0.99% | 1% | - |
| XYZ | 21.83 | 9.22 | 95.24 | - |
| YUV | 56.25 | 240.17 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 255 | 0.67 | 0.99 | 0 | 0 | 259.52 | 1 | 0.51 |
| Hex | 55 | 3 | FF | 43 | 63 | 0 | 0 | 104 | 64 | 33 |
| Octal | 125 | 3 | 377 | 103 | 143 | 0 | 0 | 404 | 144 | 63 |
| Binary | 1010101 | 11 | 11111111 | 1000011 | 1100011 | 0 | 0 | 100000100 | 1100100 | 110011 |
Color Harmonies of #5503FF
Complementary color
Monochromatic Colors of #5503FF
Black with #5503FF
Text Example
Text Example
White with #5503FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5503FF; }
p { color: rgb(85,3,255); }
H1.HeaderClassName
{
color: #5503FF;
}
.AnyTagClassName
{
color: #5503FF;
}
</style>
background-color css
<style>
a { background-color: #5503FF; }
a { background-color: rgb(85,3,255); }
div.DivClassName
{
background-color: #5503FF;
}
.BgClassName
{
background-color: #5503FF;
}
</style>
border-color css
<style>
span { border-color: #5503FF; }
span { border-color: rgb(85,3,255); }
td.TdClassName
{
border-color: #5503FF;
}
.TagClassName
{
border-color: #5503FF;
}
</style>