Shades of Electric Indigo #730AFA
Tints of Electric Indigo #730AFA
RGB
CMYK
RGB Variations
Color information
#730AFA (or 0x730AFA) is known color: Electric Indigo. HEX triplet: 73, 0A and FA. RGB value is (115,10,250). Sum of RGB (Red+Green+Blue) = 115+10+250=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 10 (4.30% from 255 or 2.67% from 375); Blue value is 250 (98.05% from 255 or 66.67% from 375); Max value from RGB is 250 - color contains mainly: blue. Hex color #730AFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730AFA is #8CF505. Grayscale: #434343. Windows color (decimal): -9237766 or 16386675. OLE color: 16386675.
HSL color Cylindrical-coordinate representation of color #730AFA: hue angle of 266.25º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #730AFA is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 10 | 250 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.02 |
| HSL | 266.25º | 0.96% | 0.51% | - |
| HSV(B) | 266.25º | 0.96% | 0.98% | - |
| XYZ | 24.43 | 10.76 | 91.23 | - |
| YUV | 68.76 | 230.29 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 250 | 0.54 | 0.96 | 0 | 0.02 | 266.25 | 0.96 | 0.51 |
| Hex | 73 | A | FA | 36 | 60 | 0 | 2 | 10A | 60 | 33 |
| Octal | 163 | 12 | 372 | 66 | 140 | 0 | 2 | 412 | 140 | 63 |
| Binary | 1110011 | 1010 | 11111010 | 110110 | 1100000 | 0 | 10 | 100001010 | 1100000 | 110011 |
Color Harmonies of #730AFA
Complementary color
Monochromatic Colors of #730AFA
Black with #730AFA
Text Example
Text Example
White with #730AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730AFA; }
p { color: rgb(115,10,250); }
H1.HeaderClassName
{
color: #730AFA;
}
.AnyTagClassName
{
color: #730AFA;
}
</style>
background-color css
<style>
a { background-color: #730AFA; }
a { background-color: rgb(115,10,250); }
div.DivClassName
{
background-color: #730AFA;
}
.BgClassName
{
background-color: #730AFA;
}
</style>
border-color css
<style>
span { border-color: #730AFA; }
span { border-color: rgb(115,10,250); }
td.TdClassName
{
border-color: #730AFA;
}
.TagClassName
{
border-color: #730AFA;
}
</style>