Shades of Electric Indigo #7301ED
Tints of Electric Indigo #7301ED
RGB
CMYK
RGB Variations
Color information
#7301ED (or 0x7301ED) is known color: Electric Indigo. HEX triplet: 73, 01 and ED. RGB value is (115,1,237). Sum of RGB (Red+Green+Blue) = 115+1+237=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #7301ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7301ED is #8CFE12. Grayscale: #3D3D3D. Windows color (decimal): -9240083 or 15532403. OLE color: 15532403.
HSL color Cylindrical-coordinate representation of color #7301ED: hue angle of 268.98º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7301ED is Cyan = 0.51, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 1 | 237 | - |
| CMYK | 0.51 | 1.00 | 0 | 0.07 |
| HSL | 268.98º | 0.99% | 0.47% | - |
| HSV(B) | 268.98º | 1% | 0.93% | - |
| XYZ | 22.37 | 9.78 | 80.83 | - |
| YUV | 61.99 | 226.77 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 237 | 0.51 | 1.00 | 0 | 0.07 | 268.98 | 0.99 | 0.47 |
| Hex | 73 | 1 | ED | 33 | 64 | 0 | 7 | 10D | 63 | 2F |
| Octal | 163 | 1 | 355 | 63 | 144 | 0 | 7 | 415 | 143 | 57 |
| Binary | 1110011 | 1 | 11101101 | 110011 | 1100100 | 0 | 111 | 100001101 | 1100011 | 101111 |
Color Harmonies of #7301ED
Complementary color
Monochromatic Colors of #7301ED
Black with #7301ED
Text Example
Text Example
White with #7301ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7301ED; }
p { color: rgb(115,1,237); }
H1.HeaderClassName
{
color: #7301ED;
}
.AnyTagClassName
{
color: #7301ED;
}
</style>
background-color css
<style>
a { background-color: #7301ED; }
a { background-color: rgb(115,1,237); }
div.DivClassName
{
background-color: #7301ED;
}
.BgClassName
{
background-color: #7301ED;
}
</style>
border-color css
<style>
span { border-color: #7301ED; }
span { border-color: rgb(115,1,237); }
td.TdClassName
{
border-color: #7301ED;
}
.TagClassName
{
border-color: #7301ED;
}
</style>