Shades of Electric Indigo #5500FD
Tints of Electric Indigo #5500FD
RGB
CMYK
RGB Variations
Color information
#5500FD (or 0x5500FD) is known color: Electric Indigo. HEX triplet: 55, 00 and FD. RGB value is (85,0,253). Sum of RGB (Red+Green+Blue) = 85+0+253=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 253 (99.22% from 255 or 74.85% from 338); Max value from RGB is 253 - color contains mainly: blue. Hex color #5500FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5500FD is #AAFF02. Grayscale: #353535. Windows color (decimal): -11206403 or 16580693. OLE color: 16580693.
HSL color Cylindrical-coordinate representation of color #5500FD: hue angle of 260.16º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5500FD is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 0 | 253 | - |
| CMYK | 0.66 | 1 | 0 | 0.01 |
| HSL | 260.16º | 1% | 0.5% | - |
| HSV(B) | 260.16º | 1% | 0.99% | - |
| XYZ | 21.48 | 9.02 | 93.54 | - |
| YUV | 54.26 | 240.16 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 253 | 0.66 | 1 | 0 | 0.01 | 260.16 | 1 | 0.5 |
| Hex | 55 | 0 | FD | 42 | 64 | 0 | 1 | 104 | 64 | 32 |
| Octal | 125 | 0 | 375 | 102 | 144 | 0 | 1 | 404 | 144 | 62 |
| Binary | 1010101 | 0 | 11111101 | 1000010 | 1100100 | 0 | 1 | 100000100 | 1100100 | 110010 |
Color Harmonies of #5500FD
Complementary color
Monochromatic Colors of #5500FD
Black with #5500FD
Text Example
Text Example
White with #5500FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5500FD; }
p { color: rgb(85,0,253); }
H1.HeaderClassName
{
color: #5500FD;
}
.AnyTagClassName
{
color: #5500FD;
}
</style>
background-color css
<style>
a { background-color: #5500FD; }
a { background-color: rgb(85,0,253); }
div.DivClassName
{
background-color: #5500FD;
}
.BgClassName
{
background-color: #5500FD;
}
</style>
border-color css
<style>
span { border-color: #5500FD; }
span { border-color: rgb(85,0,253); }
td.TdClassName
{
border-color: #5500FD;
}
.TagClassName
{
border-color: #5500FD;
}
</style>