Shades of Electric Indigo #5502FD
Tints of Electric Indigo #5502FD
RGB
CMYK
RGB Variations
Color information
#5502FD (or 0x5502FD) is known color: Electric Indigo. HEX triplet: 55, 02 and FD. RGB value is (85,2,253). Sum of RGB (Red+Green+Blue) = 85+2+253=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 253 (99.22% from 255 or 74.41% from 340); Max value from RGB is 253 - color contains mainly: blue. Hex color #5502FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5502FD is #AAFD02. Grayscale: #363636. Windows color (decimal): -11205891 or 16581205. OLE color: 16581205.
HSL color Cylindrical-coordinate representation of color #5502FD: hue angle of 259.84º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5502FD is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 2 | 253 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.01 |
| HSL | 259.84º | 0.98% | 0.5% | - |
| HSV(B) | 259.84º | 0.99% | 0.99% | - |
| XYZ | 21.5 | 9.07 | 93.55 | - |
| YUV | 55.43 | 239.5 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 253 | 0.66 | 0.99 | 0 | 0.01 | 259.84 | 0.98 | 0.5 |
| Hex | 55 | 2 | FD | 42 | 63 | 0 | 1 | 104 | 62 | 32 |
| Octal | 125 | 2 | 375 | 102 | 143 | 0 | 1 | 404 | 142 | 62 |
| Binary | 1010101 | 10 | 11111101 | 1000010 | 1100011 | 0 | 1 | 100000100 | 1100010 | 110010 |
Color Harmonies of #5502FD
Complementary color
Monochromatic Colors of #5502FD
Black with #5502FD
Text Example
Text Example
White with #5502FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5502FD; }
p { color: rgb(85,2,253); }
H1.HeaderClassName
{
color: #5502FD;
}
.AnyTagClassName
{
color: #5502FD;
}
</style>
background-color css
<style>
a { background-color: #5502FD; }
a { background-color: rgb(85,2,253); }
div.DivClassName
{
background-color: #5502FD;
}
.BgClassName
{
background-color: #5502FD;
}
</style>
border-color css
<style>
span { border-color: #5502FD; }
span { border-color: rgb(85,2,253); }
td.TdClassName
{
border-color: #5502FD;
}
.TagClassName
{
border-color: #5502FD;
}
</style>