Shades of Electric Indigo #730FEB
Tints of Electric Indigo #730FEB
RGB
CMYK
RGB Variations
Color information
#730FEB (or 0x730FEB) is known color: Electric Indigo. HEX triplet: 73, 0F and EB. RGB value is (115,15,235). Sum of RGB (Red+Green+Blue) = 115+15+235=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 235 (92.19% from 255 or 64.38% from 365); Max value from RGB is 235 - color contains mainly: blue. Hex color #730FEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730FEB is #8CF014. Grayscale: #454545. Windows color (decimal): -9236501 or 15404915. OLE color: 15404915.
HSL color Cylindrical-coordinate representation of color #730FEB: hue angle of 267.27º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730FEB is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 15 | 235 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.08 |
| HSL | 267.27º | 0.88% | 0.49% | - |
| HSV(B) | 267.27º | 0.94% | 0.92% | - |
| XYZ | 22.24 | 9.98 | 79.35 | - |
| YUV | 69.98 | 221.13 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 235 | 0.51 | 0.94 | 0 | 0.08 | 267.27 | 0.88 | 0.49 |
| Hex | 73 | F | EB | 33 | 5E | 0 | 8 | 10B | 58 | 31 |
| Octal | 163 | 17 | 353 | 63 | 136 | 0 | 10 | 413 | 130 | 61 |
| Binary | 1110011 | 1111 | 11101011 | 110011 | 1011110 | 0 | 1000 | 100001011 | 1011000 | 110001 |
Color Harmonies of #730FEB
Complementary color
Monochromatic Colors of #730FEB
Black with #730FEB
Text Example
Text Example
White with #730FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730FEB; }
p { color: rgb(115,15,235); }
H1.HeaderClassName
{
color: #730FEB;
}
.AnyTagClassName
{
color: #730FEB;
}
</style>
background-color css
<style>
a { background-color: #730FEB; }
a { background-color: rgb(115,15,235); }
div.DivClassName
{
background-color: #730FEB;
}
.BgClassName
{
background-color: #730FEB;
}
</style>
border-color css
<style>
span { border-color: #730FEB; }
span { border-color: rgb(115,15,235); }
td.TdClassName
{
border-color: #730FEB;
}
.TagClassName
{
border-color: #730FEB;
}
</style>