Shades of Electric Indigo #5502FF
Tints of Electric Indigo #5502FF
RGB
CMYK
RGB Variations
Color information
#5502FF (or 0x5502FF) is known color: Electric Indigo. HEX triplet: 55, 02 and FF. RGB value is (85,2,255). Sum of RGB (Red+Green+Blue) = 85+2+255=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 255 (100% from 255 or 74.56% from 342); Max value from RGB is 255 - color contains mainly: blue. Hex color #5502FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5502FF is #AAFD00. Grayscale: #363636. Windows color (decimal): -11205889 or 16712277. OLE color: 16712277.
HSL color Cylindrical-coordinate representation of color #5502FF: hue angle of 259.68º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5502FF is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 2 | 255 | - |
| CMYK | 0.67 | 0.99 | 0 | 0 |
| HSL | 259.68º | 1% | 0.5% | - |
| HSV(B) | 259.68º | 0.99% | 1% | - |
| XYZ | 21.82 | 9.19 | 95.23 | - |
| YUV | 55.66 | 240.5 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 255 | 0.67 | 0.99 | 0 | 0 | 259.68 | 1 | 0.5 |
| Hex | 55 | 2 | FF | 43 | 63 | 0 | 0 | 104 | 64 | 32 |
| Octal | 125 | 2 | 377 | 103 | 143 | 0 | 0 | 404 | 144 | 62 |
| Binary | 1010101 | 10 | 11111111 | 1000011 | 1100011 | 0 | 0 | 100000100 | 1100100 | 110010 |
Color Harmonies of #5502FF
Complementary color
Monochromatic Colors of #5502FF
Black with #5502FF
Text Example
Text Example
White with #5502FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5502FF; }
p { color: rgb(85,2,255); }
H1.HeaderClassName
{
color: #5502FF;
}
.AnyTagClassName
{
color: #5502FF;
}
</style>
background-color css
<style>
a { background-color: #5502FF; }
a { background-color: rgb(85,2,255); }
div.DivClassName
{
background-color: #5502FF;
}
.BgClassName
{
background-color: #5502FF;
}
</style>
border-color css
<style>
span { border-color: #5502FF; }
span { border-color: rgb(85,2,255); }
td.TdClassName
{
border-color: #5502FF;
}
.TagClassName
{
border-color: #5502FF;
}
</style>