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