Shades of Electric Indigo #730AFB
Tints of Electric Indigo #730AFB
RGB
CMYK
RGB Variations
Color information
#730AFB (or 0x730AFB) is known color: Electric Indigo. HEX triplet: 73, 0A and FB. RGB value is (115,10,251). Sum of RGB (Red+Green+Blue) = 115+10+251=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #730AFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730AFB is #8CF504. Grayscale: #444444. Windows color (decimal): -9237765 or 16452211. OLE color: 16452211.
HSL color Cylindrical-coordinate representation of color #730AFB: hue angle of 266.14º degrees, saturation: 0.97, 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 #730AFB is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 10 | 251 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.02 |
| HSL | 266.14º | 0.97% | 0.51% | - |
| HSV(B) | 266.14º | 0.96% | 0.98% | - |
| XYZ | 24.59 | 10.83 | 92.06 | - |
| YUV | 68.87 | 230.79 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 251 | 0.54 | 0.96 | 0 | 0.02 | 266.14 | 0.97 | 0.51 |
| Hex | 73 | A | FB | 36 | 60 | 0 | 2 | 10A | 61 | 33 |
| Octal | 163 | 12 | 373 | 66 | 140 | 0 | 2 | 412 | 141 | 63 |
| Binary | 1110011 | 1010 | 11111011 | 110110 | 1100000 | 0 | 10 | 100001010 | 1100001 | 110011 |
Color Harmonies of #730AFB
Complementary color
Monochromatic Colors of #730AFB
Black with #730AFB
Text Example
Text Example
White with #730AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730AFB; }
p { color: rgb(115,10,251); }
H1.HeaderClassName
{
color: #730AFB;
}
.AnyTagClassName
{
color: #730AFB;
}
</style>
background-color css
<style>
a { background-color: #730AFB; }
a { background-color: rgb(115,10,251); }
div.DivClassName
{
background-color: #730AFB;
}
.BgClassName
{
background-color: #730AFB;
}
</style>
border-color css
<style>
span { border-color: #730AFB; }
span { border-color: rgb(115,10,251); }
td.TdClassName
{
border-color: #730AFB;
}
.TagClassName
{
border-color: #730AFB;
}
</style>