Shades of Electric Indigo #5505FD
Tints of Electric Indigo #5505FD
RGB
CMYK
RGB Variations
Color information
#5505FD (or 0x5505FD) is known color: Electric Indigo. HEX triplet: 55, 05 and FD. RGB value is (85,5,253). Sum of RGB (Red+Green+Blue) = 85+5+253=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 253 (99.22% from 255 or 73.76% from 343); Max value from RGB is 253 - color contains mainly: blue. Hex color #5505FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5505FD is #AAFA02. Grayscale: #383838. Windows color (decimal): -11205123 or 16581973. OLE color: 16581973.
HSL color Cylindrical-coordinate representation of color #5505FD: hue angle of 259.35º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5505FD is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 5 | 253 | - |
| CMYK | 0.66 | 0.98 | 0 | 0.01 |
| HSL | 259.35º | 0.98% | 0.51% | - |
| HSV(B) | 259.35º | 0.98% | 0.99% | - |
| XYZ | 21.53 | 9.13 | 93.56 | - |
| YUV | 57.19 | 238.5 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 253 | 0.66 | 0.98 | 0 | 0.01 | 259.35 | 0.98 | 0.51 |
| Hex | 55 | 5 | FD | 42 | 62 | 0 | 1 | 103 | 62 | 33 |
| Octal | 125 | 5 | 375 | 102 | 142 | 0 | 1 | 403 | 142 | 63 |
| Binary | 1010101 | 101 | 11111101 | 1000010 | 1100010 | 0 | 1 | 100000011 | 1100010 | 110011 |
Color Harmonies of #5505FD
Complementary color
Monochromatic Colors of #5505FD
Black with #5505FD
Text Example
Text Example
White with #5505FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5505FD; }
p { color: rgb(85,5,253); }
H1.HeaderClassName
{
color: #5505FD;
}
.AnyTagClassName
{
color: #5505FD;
}
</style>
background-color css
<style>
a { background-color: #5505FD; }
a { background-color: rgb(85,5,253); }
div.DivClassName
{
background-color: #5505FD;
}
.BgClassName
{
background-color: #5505FD;
}
</style>
border-color css
<style>
span { border-color: #5505FD; }
span { border-color: rgb(85,5,253); }
td.TdClassName
{
border-color: #5505FD;
}
.TagClassName
{
border-color: #5505FD;
}
</style>