Shades of Electric Indigo #7300FA
Tints of Electric Indigo #7300FA
RGB
CMYK
RGB Variations
Color information
#7300FA (or 0x7300FA) is known color: Electric Indigo. HEX triplet: 73, 00 and FA. RGB value is (115,0,250). Sum of RGB (Red+Green+Blue) = 115+0+250=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 250 (98.05% from 255 or 68.49% from 365); Max value from RGB is 250 - color contains mainly: blue. Hex color #7300FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7300FA is #8CFF05. Grayscale: #3E3E3E. Windows color (decimal): -9240326 or 16384115. OLE color: 16384115.
HSL color Cylindrical-coordinate representation of color #7300FA: hue angle of 267.6º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7300FA is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 0 | 250 | - |
| CMYK | 0.54 | 1 | 0 | 0.02 |
| HSL | 267.6º | 1% | 0.49% | - |
| HSV(B) | 267.6º | 1% | 0.98% | - |
| XYZ | 24.33 | 10.55 | 91.2 | - |
| YUV | 62.89 | 233.6 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 250 | 0.54 | 1 | 0 | 0.02 | 267.6 | 1 | 0.49 |
| Hex | 73 | 0 | FA | 36 | 64 | 0 | 2 | 10C | 64 | 31 |
| Octal | 163 | 0 | 372 | 66 | 144 | 0 | 2 | 414 | 144 | 61 |
| Binary | 1110011 | 0 | 11111010 | 110110 | 1100100 | 0 | 10 | 100001100 | 1100100 | 110001 |
Color Harmonies of #7300FA
Complementary color
Monochromatic Colors of #7300FA
Black with #7300FA
Text Example
Text Example
White with #7300FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7300FA; }
p { color: rgb(115,0,250); }
H1.HeaderClassName
{
color: #7300FA;
}
.AnyTagClassName
{
color: #7300FA;
}
</style>
background-color css
<style>
a { background-color: #7300FA; }
a { background-color: rgb(115,0,250); }
div.DivClassName
{
background-color: #7300FA;
}
.BgClassName
{
background-color: #7300FA;
}
</style>
border-color css
<style>
span { border-color: #7300FA; }
span { border-color: rgb(115,0,250); }
td.TdClassName
{
border-color: #7300FA;
}
.TagClassName
{
border-color: #7300FA;
}
</style>