Shades of Electric Indigo #7301EA
Tints of Electric Indigo #7301EA
RGB
CMYK
RGB Variations
Color information
#7301EA (or 0x7301EA) is known color: Electric Indigo. HEX triplet: 73, 01 and EA. RGB value is (115,1,234). Sum of RGB (Red+Green+Blue) = 115+1+234=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 234 (91.80% from 255 or 66.86% from 350); Max value from RGB is 234 - color contains mainly: blue. Hex color #7301EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7301EA is #8CFE15. Grayscale: #3C3C3C. Windows color (decimal): -9240086 or 15335795. OLE color: 15335795.
HSL color Cylindrical-coordinate representation of color #7301EA: hue angle of 269.36º 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 #7301EA is Cyan = 0.51, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 1 | 234 | - |
| CMYK | 0.51 | 1.00 | 0 | 0.08 |
| HSL | 269.36º | 0.99% | 0.46% | - |
| HSV(B) | 269.36º | 1% | 0.92% | - |
| XYZ | 21.93 | 9.61 | 78.54 | - |
| YUV | 61.65 | 225.27 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 234 | 0.51 | 1.00 | 0 | 0.08 | 269.36 | 0.99 | 0.46 |
| Hex | 73 | 1 | EA | 33 | 64 | 0 | 8 | 10D | 63 | 2E |
| Octal | 163 | 1 | 352 | 63 | 144 | 0 | 10 | 415 | 143 | 56 |
| Binary | 1110011 | 1 | 11101010 | 110011 | 1100100 | 0 | 1000 | 100001101 | 1100011 | 101110 |
Color Harmonies of #7301EA
Complementary color
Monochromatic Colors of #7301EA
Black with #7301EA
Text Example
Text Example
White with #7301EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7301EA; }
p { color: rgb(115,1,234); }
H1.HeaderClassName
{
color: #7301EA;
}
.AnyTagClassName
{
color: #7301EA;
}
</style>
background-color css
<style>
a { background-color: #7301EA; }
a { background-color: rgb(115,1,234); }
div.DivClassName
{
background-color: #7301EA;
}
.BgClassName
{
background-color: #7301EA;
}
</style>
border-color css
<style>
span { border-color: #7301EA; }
span { border-color: rgb(115,1,234); }
td.TdClassName
{
border-color: #7301EA;
}
.TagClassName
{
border-color: #7301EA;
}
</style>