Shades of Electric Indigo #5502FA
Tints of Electric Indigo #5502FA
RGB
CMYK
RGB Variations
Color information
#5502FA (or 0x5502FA) is known color: Electric Indigo. HEX triplet: 55, 02 and FA. RGB value is (85,2,250). Sum of RGB (Red+Green+Blue) = 85+2+250=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 250 (98.05% from 255 or 74.18% from 337); Max value from RGB is 250 - color contains mainly: blue. Hex color #5502FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5502FA is #AAFD05. Grayscale: #363636. Windows color (decimal): -11205894 or 16384597. OLE color: 16384597.
HSL color Cylindrical-coordinate representation of color #5502FA: hue angle of 260.08º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5502FA is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 2 | 250 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.02 |
| HSL | 260.08º | 0.98% | 0.49% | - |
| HSV(B) | 260.08º | 0.99% | 0.98% | - |
| XYZ | 21.02 | 8.88 | 91.05 | - |
| YUV | 55.09 | 238 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 250 | 0.66 | 0.99 | 0 | 0.02 | 260.08 | 0.98 | 0.49 |
| Hex | 55 | 2 | FA | 42 | 63 | 0 | 2 | 104 | 62 | 31 |
| Octal | 125 | 2 | 372 | 102 | 143 | 0 | 2 | 404 | 142 | 61 |
| Binary | 1010101 | 10 | 11111010 | 1000010 | 1100011 | 0 | 10 | 100000100 | 1100010 | 110001 |
Color Harmonies of #5502FA
Complementary color
Monochromatic Colors of #5502FA
Black with #5502FA
Text Example
Text Example
White with #5502FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5502FA; }
p { color: rgb(85,2,250); }
H1.HeaderClassName
{
color: #5502FA;
}
.AnyTagClassName
{
color: #5502FA;
}
</style>
background-color css
<style>
a { background-color: #5502FA; }
a { background-color: rgb(85,2,250); }
div.DivClassName
{
background-color: #5502FA;
}
.BgClassName
{
background-color: #5502FA;
}
</style>
border-color css
<style>
span { border-color: #5502FA; }
span { border-color: rgb(85,2,250); }
td.TdClassName
{
border-color: #5502FA;
}
.TagClassName
{
border-color: #5502FA;
}
</style>