Shades of Electric Indigo #5300E0
Tints of Electric Indigo #5300E0
RGB
CMYK
RGB Variations
Color information
#5300E0 (or 0x5300E0) is known color: Electric Indigo. HEX triplet: 53, 00 and E0. RGB value is (83,0,224). Sum of RGB (Red+Green+Blue) = 83+0+224=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 224 (87.89% from 255 or 72.96% from 307); Max value from RGB is 224 - color contains mainly: blue. Hex color #5300E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5300E0 is #ACFF1F. Grayscale: #313131. Windows color (decimal): -11337504 or 14680147. OLE color: 14680147.
HSL color Cylindrical-coordinate representation of color #5300E0: hue angle of 262.23º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5300E0 is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 0 | 224 | - |
| CMYK | 0.63 | 1 | 0 | 0.12 |
| HSL | 262.23º | 1% | 0.44% | - |
| HSV(B) | 262.23º | 1% | 0.88% | - |
| XYZ | 17.02 | 7.22 | 71.02 | - |
| YUV | 50.35 | 226 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 224 | 0.63 | 1 | 0 | 0.12 | 262.23 | 1 | 0.44 |
| Hex | 53 | 0 | E0 | 3F | 64 | 0 | C | 106 | 64 | 2C |
| Octal | 123 | 0 | 340 | 77 | 144 | 0 | 14 | 406 | 144 | 54 |
| Binary | 1010011 | 0 | 11100000 | 111111 | 1100100 | 0 | 1100 | 100000110 | 1100100 | 101100 |
Color Harmonies of #5300E0
Complementary color
Monochromatic Colors of #5300E0
Black with #5300E0
Text Example
Text Example
White with #5300E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5300E0; }
p { color: rgb(83,0,224); }
H1.HeaderClassName
{
color: #5300E0;
}
.AnyTagClassName
{
color: #5300E0;
}
</style>
background-color css
<style>
a { background-color: #5300E0; }
a { background-color: rgb(83,0,224); }
div.DivClassName
{
background-color: #5300E0;
}
.BgClassName
{
background-color: #5300E0;
}
</style>
border-color css
<style>
span { border-color: #5300E0; }
span { border-color: rgb(83,0,224); }
td.TdClassName
{
border-color: #5300E0;
}
.TagClassName
{
border-color: #5300E0;
}
</style>