Shades of Electric Indigo #5401DF
Tints of Electric Indigo #5401DF
RGB
CMYK
RGB Variations
Color information
#5401DF (or 0x5401DF) is known color: Electric Indigo. HEX triplet: 54, 01 and DF. RGB value is (84,1,223). Sum of RGB (Red+Green+Blue) = 84+1+223=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 1 (0.78% from 255 or 0.32% 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 #5401DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5401DF is #ABFE20. Grayscale: #323232. Windows color (decimal): -11271713 or 14614868. OLE color: 14614868.
HSL color Cylindrical-coordinate representation of color #5401DF: hue angle of 262.43º 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 #5401DF is Cyan = 0.62, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 1 | 223 | - |
| CMYK | 0.62 | 1.00 | 0 | 0.13 |
| HSL | 262.43º | 0.99% | 0.44% | - |
| HSV(B) | 262.43º | 1% | 0.87% | - |
| XYZ | 16.99 | 7.23 | 70.31 | - |
| YUV | 51.13 | 225 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 223 | 0.62 | 1.00 | 0 | 0.13 | 262.43 | 0.99 | 0.44 |
| Hex | 54 | 1 | DF | 3E | 64 | 0 | D | 106 | 63 | 2C |
| Octal | 124 | 1 | 337 | 76 | 144 | 0 | 15 | 406 | 143 | 54 |
| Binary | 1010100 | 1 | 11011111 | 111110 | 1100100 | 0 | 1101 | 100000110 | 1100011 | 101100 |
Color Harmonies of #5401DF
Complementary color
Monochromatic Colors of #5401DF
Black with #5401DF
Text Example
Text Example
White with #5401DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5401DF; }
p { color: rgb(84,1,223); }
H1.HeaderClassName
{
color: #5401DF;
}
.AnyTagClassName
{
color: #5401DF;
}
</style>
background-color css
<style>
a { background-color: #5401DF; }
a { background-color: rgb(84,1,223); }
div.DivClassName
{
background-color: #5401DF;
}
.BgClassName
{
background-color: #5401DF;
}
</style>
border-color css
<style>
span { border-color: #5401DF; }
span { border-color: rgb(84,1,223); }
td.TdClassName
{
border-color: #5401DF;
}
.TagClassName
{
border-color: #5401DF;
}
</style>