Shades of Electric Indigo #730FFA
Tints of Electric Indigo #730FFA
RGB
CMYK
RGB Variations
Color information
#730FFA (or 0x730FFA) is known color: Electric Indigo. HEX triplet: 73, 0F and FA. RGB value is (115,15,250). Sum of RGB (Red+Green+Blue) = 115+15+250=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 15 (6.25% from 255 or 3.95% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #730FFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730FFA is #8CF005. Grayscale: #464646. Windows color (decimal): -9236486 or 16387955. OLE color: 16387955.
HSL color Cylindrical-coordinate representation of color #730FFA: hue angle of 265.53º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730FFA is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 15 | 250 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.02 |
| HSL | 265.53º | 0.96% | 0.52% | - |
| HSV(B) | 265.53º | 0.94% | 0.98% | - |
| XYZ | 24.5 | 10.89 | 91.25 | - |
| YUV | 71.69 | 228.63 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 250 | 0.54 | 0.94 | 0 | 0.02 | 265.53 | 0.96 | 0.52 |
| Hex | 73 | F | FA | 36 | 5E | 0 | 2 | 10A | 60 | 34 |
| Octal | 163 | 17 | 372 | 66 | 136 | 0 | 2 | 412 | 140 | 64 |
| Binary | 1110011 | 1111 | 11111010 | 110110 | 1011110 | 0 | 10 | 100001010 | 1100000 | 110100 |
Color Harmonies of #730FFA
Complementary color
Monochromatic Colors of #730FFA
Black with #730FFA
Text Example
Text Example
White with #730FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730FFA; }
p { color: rgb(115,15,250); }
H1.HeaderClassName
{
color: #730FFA;
}
.AnyTagClassName
{
color: #730FFA;
}
</style>
background-color css
<style>
a { background-color: #730FFA; }
a { background-color: rgb(115,15,250); }
div.DivClassName
{
background-color: #730FFA;
}
.BgClassName
{
background-color: #730FFA;
}
</style>
border-color css
<style>
span { border-color: #730FFA; }
span { border-color: rgb(115,15,250); }
td.TdClassName
{
border-color: #730FFA;
}
.TagClassName
{
border-color: #730FFA;
}
</style>