Shades of Electric Indigo #7300E5
Tints of Electric Indigo #7300E5
RGB
CMYK
RGB Variations
Color information
#7300E5 (or 0x7300E5) is known color: Electric Indigo. HEX triplet: 73, 00 and E5. RGB value is (115,0,229). Sum of RGB (Red+Green+Blue) = 115+0+229=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 229 (89.84% from 255 or 66.57% from 344); Max value from RGB is 229 - color contains mainly: blue. Hex color #7300E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7300E5 is #8CFF1A. Grayscale: #3B3B3B. Windows color (decimal): -9240347 or 15007859. OLE color: 15007859.
HSL color Cylindrical-coordinate representation of color #7300E5: hue angle of 270.13º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7300E5 is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 0 | 229 | - |
| CMYK | 0.50 | 1 | 0 | 0.10 |
| HSL | 270.13º | 1% | 0.45% | - |
| HSV(B) | 270.13º | 1% | 0.9% | - |
| XYZ | 21.21 | 9.3 | 74.81 | - |
| YUV | 60.49 | 223.1 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 229 | 0.50 | 1 | 0 | 0.10 | 270.13 | 1 | 0.45 |
| Hex | 73 | 0 | E5 | 32 | 64 | 0 | A | 10E | 64 | 2D |
| Octal | 163 | 0 | 345 | 62 | 144 | 0 | 12 | 416 | 144 | 55 |
| Binary | 1110011 | 0 | 11100101 | 110010 | 1100100 | 0 | 1010 | 100001110 | 1100100 | 101101 |
Color Harmonies of #7300E5
Complementary color
Monochromatic Colors of #7300E5
Black with #7300E5
Text Example
Text Example
White with #7300E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7300E5; }
p { color: rgb(115,0,229); }
H1.HeaderClassName
{
color: #7300E5;
}
.AnyTagClassName
{
color: #7300E5;
}
</style>
background-color css
<style>
a { background-color: #7300E5; }
a { background-color: rgb(115,0,229); }
div.DivClassName
{
background-color: #7300E5;
}
.BgClassName
{
background-color: #7300E5;
}
</style>
border-color css
<style>
span { border-color: #7300E5; }
span { border-color: rgb(115,0,229); }
td.TdClassName
{
border-color: #7300E5;
}
.TagClassName
{
border-color: #7300E5;
}
</style>