Shades of Electric Indigo #5300E8
Tints of Electric Indigo #5300E8
RGB
CMYK
RGB Variations
Color information
#5300E8 (or 0x5300E8) is known color: Electric Indigo. HEX triplet: 53, 00 and E8. RGB value is (83,0,232). Sum of RGB (Red+Green+Blue) = 83+0+232=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 232 (91.02% from 255 or 73.65% from 315); Max value from RGB is 232 - color contains mainly: blue. Hex color #5300E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5300E8 is #ACFF17. Grayscale: #323232. Windows color (decimal): -11337496 or 15204435. OLE color: 15204435.
HSL color Cylindrical-coordinate representation of color #5300E8: hue angle of 261.47º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5300E8 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 0 | 232 | - |
| CMYK | 0.64 | 1 | 0 | 0.09 |
| HSL | 261.47º | 1% | 0.45% | - |
| HSV(B) | 261.47º | 1% | 0.91% | - |
| XYZ | 18.13 | 7.67 | 76.87 | - |
| YUV | 51.27 | 230 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 232 | 0.64 | 1 | 0 | 0.09 | 261.47 | 1 | 0.45 |
| Hex | 53 | 0 | E8 | 40 | 64 | 0 | 9 | 105 | 64 | 2D |
| Octal | 123 | 0 | 350 | 100 | 144 | 0 | 11 | 405 | 144 | 55 |
| Binary | 1010011 | 0 | 11101000 | 1000000 | 1100100 | 0 | 1001 | 100000101 | 1100100 | 101101 |
Color Harmonies of #5300E8
Complementary color
Monochromatic Colors of #5300E8
Black with #5300E8
Text Example
Text Example
White with #5300E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5300E8; }
p { color: rgb(83,0,232); }
H1.HeaderClassName
{
color: #5300E8;
}
.AnyTagClassName
{
color: #5300E8;
}
</style>
background-color css
<style>
a { background-color: #5300E8; }
a { background-color: rgb(83,0,232); }
div.DivClassName
{
background-color: #5300E8;
}
.BgClassName
{
background-color: #5300E8;
}
</style>
border-color css
<style>
span { border-color: #5300E8; }
span { border-color: rgb(83,0,232); }
td.TdClassName
{
border-color: #5300E8;
}
.TagClassName
{
border-color: #5300E8;
}
</style>