Shades of Electric Indigo #7301FA
Tints of Electric Indigo #7301FA
RGB
CMYK
RGB Variations
Color information
#7301FA (or 0x7301FA) is known color: Electric Indigo. HEX triplet: 73, 01 and FA. RGB value is (115,1,250). Sum of RGB (Red+Green+Blue) = 115+1+250=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 250 (98.05% from 255 or 68.31% from 366); Max value from RGB is 250 - color contains mainly: blue. Hex color #7301FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7301FA is #8CFE05. Grayscale: #3E3E3E. Windows color (decimal): -9240070 or 16384371. OLE color: 16384371.
HSL color Cylindrical-coordinate representation of color #7301FA: hue angle of 267.47º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7301FA is Cyan = 0.54, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 1 | 250 | - |
| CMYK | 0.54 | 1.00 | 0 | 0.02 |
| HSL | 267.47º | 0.99% | 0.49% | - |
| HSV(B) | 267.47º | 1% | 0.98% | - |
| XYZ | 24.34 | 10.57 | 91.2 | - |
| YUV | 63.47 | 233.27 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 250 | 0.54 | 1.00 | 0 | 0.02 | 267.47 | 0.99 | 0.49 |
| Hex | 73 | 1 | FA | 36 | 64 | 0 | 2 | 10B | 63 | 31 |
| Octal | 163 | 1 | 372 | 66 | 144 | 0 | 2 | 413 | 143 | 61 |
| Binary | 1110011 | 1 | 11111010 | 110110 | 1100100 | 0 | 10 | 100001011 | 1100011 | 110001 |
Color Harmonies of #7301FA
Complementary color
Monochromatic Colors of #7301FA
Black with #7301FA
Text Example
Text Example
White with #7301FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7301FA; }
p { color: rgb(115,1,250); }
H1.HeaderClassName
{
color: #7301FA;
}
.AnyTagClassName
{
color: #7301FA;
}
</style>
background-color css
<style>
a { background-color: #7301FA; }
a { background-color: rgb(115,1,250); }
div.DivClassName
{
background-color: #7301FA;
}
.BgClassName
{
background-color: #7301FA;
}
</style>
border-color css
<style>
span { border-color: #7301FA; }
span { border-color: rgb(115,1,250); }
td.TdClassName
{
border-color: #7301FA;
}
.TagClassName
{
border-color: #7301FA;
}
</style>