Shades of Electric Indigo #730AFE
Tints of Electric Indigo #730AFE
RGB
CMYK
RGB Variations
Color information
#730AFE (or 0x730AFE) is known color: Electric Indigo. HEX triplet: 73, 0A and FE. RGB value is (115,10,254). Sum of RGB (Red+Green+Blue) = 115+10+254=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #730AFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730AFE is #8CF501. Grayscale: #444444. Windows color (decimal): -9237762 or 16648819. OLE color: 16648819.
HSL color Cylindrical-coordinate representation of color #730AFE: hue angle of 265.82º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #730AFE is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 10 | 254 | - |
| CMYK | 0.55 | 0.96 | 0 | 0.00 |
| HSL | 265.82º | 0.99% | 0.52% | - |
| HSV(B) | 265.82º | 0.96% | 1% | - |
| XYZ | 25.07 | 11.02 | 94.57 | - |
| YUV | 69.21 | 232.29 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 254 | 0.55 | 0.96 | 0 | 0.00 | 265.82 | 0.99 | 0.52 |
| Hex | 73 | A | FE | 37 | 60 | 0 | 0 | 10A | 63 | 34 |
| Octal | 163 | 12 | 376 | 67 | 140 | 0 | 0 | 412 | 143 | 64 |
| Binary | 1110011 | 1010 | 11111110 | 110111 | 1100000 | 0 | 0 | 100001010 | 1100011 | 110100 |
Color Harmonies of #730AFE
Complementary color
Monochromatic Colors of #730AFE
Black with #730AFE
Text Example
Text Example
White with #730AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730AFE; }
p { color: rgb(115,10,254); }
H1.HeaderClassName
{
color: #730AFE;
}
.AnyTagClassName
{
color: #730AFE;
}
</style>
background-color css
<style>
a { background-color: #730AFE; }
a { background-color: rgb(115,10,254); }
div.DivClassName
{
background-color: #730AFE;
}
.BgClassName
{
background-color: #730AFE;
}
</style>
border-color css
<style>
span { border-color: #730AFE; }
span { border-color: rgb(115,10,254); }
td.TdClassName
{
border-color: #730AFE;
}
.TagClassName
{
border-color: #730AFE;
}
</style>