Shades of Electric Indigo #5301EA
Tints of Electric Indigo #5301EA
RGB
CMYK
RGB Variations
Color information
#5301EA (or 0x5301EA) is known color: Electric Indigo. HEX triplet: 53, 01 and EA. RGB value is (83,1,234). Sum of RGB (Red+Green+Blue) = 83+1+234=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 234 (91.80% from 255 or 73.58% from 318); Max value from RGB is 234 - color contains mainly: blue. Hex color #5301EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5301EA is #ACFE15. Grayscale: #333333. Windows color (decimal): -11337238 or 15335763. OLE color: 15335763.
HSL color Cylindrical-coordinate representation of color #5301EA: hue angle of 261.12º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5301EA is Cyan = 0.65, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 1 | 234 | - |
| CMYK | 0.65 | 1.00 | 0 | 0.08 |
| HSL | 261.12º | 0.99% | 0.46% | - |
| HSV(B) | 261.12º | 1% | 0.92% | - |
| XYZ | 18.43 | 7.8 | 78.38 | - |
| YUV | 52.08 | 230.67 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 1 | 234 | 0.65 | 1.00 | 0 | 0.08 | 261.12 | 0.99 | 0.46 |
| Hex | 53 | 1 | EA | 41 | 64 | 0 | 8 | 105 | 63 | 2E |
| Octal | 123 | 1 | 352 | 101 | 144 | 0 | 10 | 405 | 143 | 56 |
| Binary | 1010011 | 1 | 11101010 | 1000001 | 1100100 | 0 | 1000 | 100000101 | 1100011 | 101110 |
Color Harmonies of #5301EA
Complementary color
Monochromatic Colors of #5301EA
Black with #5301EA
Text Example
Text Example
White with #5301EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5301EA; }
p { color: rgb(83,1,234); }
H1.HeaderClassName
{
color: #5301EA;
}
.AnyTagClassName
{
color: #5301EA;
}
</style>
background-color css
<style>
a { background-color: #5301EA; }
a { background-color: rgb(83,1,234); }
div.DivClassName
{
background-color: #5301EA;
}
.BgClassName
{
background-color: #5301EA;
}
</style>
border-color css
<style>
span { border-color: #5301EA; }
span { border-color: rgb(83,1,234); }
td.TdClassName
{
border-color: #5301EA;
}
.TagClassName
{
border-color: #5301EA;
}
</style>