Shades of Electric Indigo #730FFB
Tints of Electric Indigo #730FFB
RGB
CMYK
RGB Variations
Color information
#730FFB (or 0x730FFB) is known color: Electric Indigo. HEX triplet: 73, 0F and FB. RGB value is (115,15,251). Sum of RGB (Red+Green+Blue) = 115+15+251=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 251 (98.44% from 255 or 65.88% from 381); Max value from RGB is 251 - color contains mainly: blue. Hex color #730FFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730FFB is #8CF004. Grayscale: #464646. Windows color (decimal): -9236485 or 16453491. OLE color: 16453491.
HSL color Cylindrical-coordinate representation of color #730FFB: hue angle of 265.42º degrees, saturation: 0.97, 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 #730FFB is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 15 | 251 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.02 |
| HSL | 265.42º | 0.97% | 0.52% | - |
| HSV(B) | 265.42º | 0.94% | 0.98% | - |
| XYZ | 24.65 | 10.95 | 92.08 | - |
| YUV | 71.8 | 229.13 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 251 | 0.54 | 0.94 | 0 | 0.02 | 265.42 | 0.97 | 0.52 |
| Hex | 73 | F | FB | 36 | 5E | 0 | 2 | 109 | 61 | 34 |
| Octal | 163 | 17 | 373 | 66 | 136 | 0 | 2 | 411 | 141 | 64 |
| Binary | 1110011 | 1111 | 11111011 | 110110 | 1011110 | 0 | 10 | 100001001 | 1100001 | 110100 |
Color Harmonies of #730FFB
Complementary color
Monochromatic Colors of #730FFB
Black with #730FFB
Text Example
Text Example
White with #730FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730FFB; }
p { color: rgb(115,15,251); }
H1.HeaderClassName
{
color: #730FFB;
}
.AnyTagClassName
{
color: #730FFB;
}
</style>
background-color css
<style>
a { background-color: #730FFB; }
a { background-color: rgb(115,15,251); }
div.DivClassName
{
background-color: #730FFB;
}
.BgClassName
{
background-color: #730FFB;
}
</style>
border-color css
<style>
span { border-color: #730FFB; }
span { border-color: rgb(115,15,251); }
td.TdClassName
{
border-color: #730FFB;
}
.TagClassName
{
border-color: #730FFB;
}
</style>