Shades of Electric Indigo #5300EC
Tints of Electric Indigo #5300EC
RGB
CMYK
RGB Variations
Color information
#5300EC (or 0x5300EC) is known color: Electric Indigo. HEX triplet: 53, 00 and EC. RGB value is (83,0,236). Sum of RGB (Red+Green+Blue) = 83+0+236=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 236 (92.58% from 255 or 73.98% from 319); Max value from RGB is 236 - color contains mainly: blue. Hex color #5300EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5300EC is #ACFF13. Grayscale: #323232. Windows color (decimal): -11337492 or 15466579. OLE color: 15466579.
HSL color Cylindrical-coordinate representation of color #5300EC: hue angle of 261.1º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5300EC is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 0 | 236 | - |
| CMYK | 0.65 | 1 | 0 | 0.07 |
| HSL | 261.1º | 1% | 0.46% | - |
| HSV(B) | 261.1º | 1% | 0.93% | - |
| XYZ | 18.71 | 7.9 | 79.89 | - |
| YUV | 51.72 | 232 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 236 | 0.65 | 1 | 0 | 0.07 | 261.1 | 1 | 0.46 |
| Hex | 53 | 0 | EC | 41 | 64 | 0 | 7 | 105 | 64 | 2E |
| Octal | 123 | 0 | 354 | 101 | 144 | 0 | 7 | 405 | 144 | 56 |
| Binary | 1010011 | 0 | 11101100 | 1000001 | 1100100 | 0 | 111 | 100000101 | 1100100 | 101110 |
Color Harmonies of #5300EC
Complementary color
Monochromatic Colors of #5300EC
Black with #5300EC
Text Example
Text Example
White with #5300EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5300EC; }
p { color: rgb(83,0,236); }
H1.HeaderClassName
{
color: #5300EC;
}
.AnyTagClassName
{
color: #5300EC;
}
</style>
background-color css
<style>
a { background-color: #5300EC; }
a { background-color: rgb(83,0,236); }
div.DivClassName
{
background-color: #5300EC;
}
.BgClassName
{
background-color: #5300EC;
}
</style>
border-color css
<style>
span { border-color: #5300EC; }
span { border-color: rgb(83,0,236); }
td.TdClassName
{
border-color: #5300EC;
}
.TagClassName
{
border-color: #5300EC;
}
</style>