Shades of Electric Indigo #5500FF
Tints of Electric Indigo #5500FF
RGB
CMYK
RGB Variations
Color information
#5500FF (or 0x5500FF) is known color: Electric Indigo. HEX triplet: 55, 00 and FF. RGB value is (85,0,255). Sum of RGB (Red+Green+Blue) = 85+0+255=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 255 (100% from 255 or 75% from 340); Max value from RGB is 255 - color contains mainly: blue. Hex color #5500FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5500FF is #AAFF00. Grayscale: #353535. Windows color (decimal): -11206401 or 16711765. OLE color: 16711765.
HSL color Cylindrical-coordinate representation of color #5500FF: hue angle of 260º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5500FF is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 0 | 255 | - |
| CMYK | 0.67 | 1 | 0 | 0 |
| HSL | 260º | 1% | 0.5% | - |
| HSV(B) | 260º | 1% | 1% | - |
| XYZ | 21.8 | 9.15 | 95.23 | - |
| YUV | 54.49 | 241.16 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 255 | 0.67 | 1 | 0 | 0 | 260 | 1 | 0.5 |
| Hex | 55 | 0 | FF | 43 | 64 | 0 | 0 | 104 | 64 | 32 |
| Octal | 125 | 0 | 377 | 103 | 144 | 0 | 0 | 404 | 144 | 62 |
| Binary | 1010101 | 0 | 11111111 | 1000011 | 1100100 | 0 | 0 | 100000100 | 1100100 | 110010 |
Color Harmonies of #5500FF
Complementary color
Monochromatic Colors of #5500FF
Black with #5500FF
Text Example
Text Example
White with #5500FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5500FF; }
p { color: rgb(85,0,255); }
H1.HeaderClassName
{
color: #5500FF;
}
.AnyTagClassName
{
color: #5500FF;
}
</style>
background-color css
<style>
a { background-color: #5500FF; }
a { background-color: rgb(85,0,255); }
div.DivClassName
{
background-color: #5500FF;
}
.BgClassName
{
background-color: #5500FF;
}
</style>
border-color css
<style>
span { border-color: #5500FF; }
span { border-color: rgb(85,0,255); }
td.TdClassName
{
border-color: #5500FF;
}
.TagClassName
{
border-color: #5500FF;
}
</style>