Shades of Electric Indigo #5500DF
Tints of Electric Indigo #5500DF
RGB
CMYK
RGB Variations
Color information
#5500DF (or 0x5500DF) is known color: Electric Indigo. HEX triplet: 55, 00 and DF. RGB value is (85,0,223). Sum of RGB (Red+Green+Blue) = 85+0+223=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 223 (87.5% from 255 or 72.40% from 308); Max value from RGB is 223 - color contains mainly: blue. Hex color #5500DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5500DF is #AAFF20. Grayscale: #323232. Windows color (decimal): -11206433 or 14614613. OLE color: 14614613.
HSL color Cylindrical-coordinate representation of color #5500DF: hue angle of 262.87º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5500DF is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 0 | 223 | - |
| CMYK | 0.62 | 1 | 0 | 0.13 |
| HSL | 262.87º | 1% | 0.44% | - |
| HSV(B) | 262.87º | 1% | 0.87% | - |
| XYZ | 17.07 | 7.26 | 70.31 | - |
| YUV | 50.84 | 225.16 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 223 | 0.62 | 1 | 0 | 0.13 | 262.87 | 1 | 0.44 |
| Hex | 55 | 0 | DF | 3E | 64 | 0 | D | 107 | 64 | 2C |
| Octal | 125 | 0 | 337 | 76 | 144 | 0 | 15 | 407 | 144 | 54 |
| Binary | 1010101 | 0 | 11011111 | 111110 | 1100100 | 0 | 1101 | 100000111 | 1100100 | 101100 |
Color Harmonies of #5500DF
Complementary color
Monochromatic Colors of #5500DF
Black with #5500DF
Text Example
Text Example
White with #5500DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5500DF; }
p { color: rgb(85,0,223); }
H1.HeaderClassName
{
color: #5500DF;
}
.AnyTagClassName
{
color: #5500DF;
}
</style>
background-color css
<style>
a { background-color: #5500DF; }
a { background-color: rgb(85,0,223); }
div.DivClassName
{
background-color: #5500DF;
}
.BgClassName
{
background-color: #5500DF;
}
</style>
border-color css
<style>
span { border-color: #5500DF; }
span { border-color: rgb(85,0,223); }
td.TdClassName
{
border-color: #5500DF;
}
.TagClassName
{
border-color: #5500DF;
}
</style>