Shades of Electric Indigo #5500F3
Tints of Electric Indigo #5500F3
RGB
CMYK
RGB Variations
Color information
#5500F3 (or 0x5500F3) is known color: Electric Indigo. HEX triplet: 55, 00 and F3. RGB value is (85,0,243). Sum of RGB (Red+Green+Blue) = 85+0+243=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 243 (95.31% from 255 or 74.09% from 328); Max value from RGB is 243 - color contains mainly: blue. Hex color #5500F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5500F3 is #AAFF0C. Grayscale: #343434. Windows color (decimal): -11206413 or 15925333. OLE color: 15925333.
HSL color Cylindrical-coordinate representation of color #5500F3: hue angle of 260.99º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5500F3 is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 0 | 243 | - |
| CMYK | 0.65 | 1 | 0 | 0.05 |
| HSL | 260.99º | 1% | 0.48% | - |
| HSV(B) | 260.99º | 1% | 0.95% | - |
| XYZ | 19.92 | 8.4 | 85.37 | - |
| YUV | 53.12 | 235.16 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 243 | 0.65 | 1 | 0 | 0.05 | 260.99 | 1 | 0.48 |
| Hex | 55 | 0 | F3 | 41 | 64 | 0 | 5 | 105 | 64 | 30 |
| Octal | 125 | 0 | 363 | 101 | 144 | 0 | 5 | 405 | 144 | 60 |
| Binary | 1010101 | 0 | 11110011 | 1000001 | 1100100 | 0 | 101 | 100000101 | 1100100 | 110000 |
Color Harmonies of #5500F3
Complementary color
Monochromatic Colors of #5500F3
Black with #5500F3
Text Example
Text Example
White with #5500F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5500F3; }
p { color: rgb(85,0,243); }
H1.HeaderClassName
{
color: #5500F3;
}
.AnyTagClassName
{
color: #5500F3;
}
</style>
background-color css
<style>
a { background-color: #5500F3; }
a { background-color: rgb(85,0,243); }
div.DivClassName
{
background-color: #5500F3;
}
.BgClassName
{
background-color: #5500F3;
}
</style>
border-color css
<style>
span { border-color: #5500F3; }
span { border-color: rgb(85,0,243); }
td.TdClassName
{
border-color: #5500F3;
}
.TagClassName
{
border-color: #5500F3;
}
</style>