Shades of Electric Indigo #5403EE
Tints of Electric Indigo #5403EE
RGB
CMYK
RGB Variations
Color information
#5403EE (or 0x5403EE) is known color: Electric Indigo. HEX triplet: 54, 03 and EE. RGB value is (84,3,238). Sum of RGB (Red+Green+Blue) = 84+3+238=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 238 (93.36% from 255 or 73.23% from 325); Max value from RGB is 238 - color contains mainly: blue. Hex color #5403EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5403EE is #ABFC11. Grayscale: #353535. Windows color (decimal): -11271186 or 15598420. OLE color: 15598420.
HSL color Cylindrical-coordinate representation of color #5403EE: hue angle of 260.68º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5403EE is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 3 | 238 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.07 |
| HSL | 260.68º | 0.98% | 0.47% | - |
| HSV(B) | 260.68º | 0.99% | 0.93% | - |
| XYZ | 19.12 | 8.12 | 81.45 | - |
| YUV | 54.01 | 231.84 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 3 | 238 | 0.65 | 0.99 | 0 | 0.07 | 260.68 | 0.98 | 0.47 |
| Hex | 54 | 3 | EE | 41 | 63 | 0 | 7 | 105 | 62 | 2F |
| Octal | 124 | 3 | 356 | 101 | 143 | 0 | 7 | 405 | 142 | 57 |
| Binary | 1010100 | 11 | 11101110 | 1000001 | 1100011 | 0 | 111 | 100000101 | 1100010 | 101111 |
Color Harmonies of #5403EE
Complementary color
Monochromatic Colors of #5403EE
Black with #5403EE
Text Example
Text Example
White with #5403EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5403EE; }
p { color: rgb(84,3,238); }
H1.HeaderClassName
{
color: #5403EE;
}
.AnyTagClassName
{
color: #5403EE;
}
</style>
background-color css
<style>
a { background-color: #5403EE; }
a { background-color: rgb(84,3,238); }
div.DivClassName
{
background-color: #5403EE;
}
.BgClassName
{
background-color: #5403EE;
}
</style>
border-color css
<style>
span { border-color: #5403EE; }
span { border-color: rgb(84,3,238); }
td.TdClassName
{
border-color: #5403EE;
}
.TagClassName
{
border-color: #5403EE;
}
</style>