Shades of Electric Indigo #730BEB
Tints of Electric Indigo #730BEB
RGB
CMYK
RGB Variations
Color information
#730BEB (or 0x730BEB) is known color: Electric Indigo. HEX triplet: 73, 0B and EB. RGB value is (115,11,235). Sum of RGB (Red+Green+Blue) = 115+11+235=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 235 (92.19% from 255 or 65.10% from 361); Max value from RGB is 235 - color contains mainly: blue. Hex color #730BEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730BEB is #8CF414. Grayscale: #424242. Windows color (decimal): -9237525 or 15403891. OLE color: 15403891.
HSL color Cylindrical-coordinate representation of color #730BEB: hue angle of 267.86º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730BEB is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 11 | 235 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.08 |
| HSL | 267.86º | 0.91% | 0.48% | - |
| HSV(B) | 267.86º | 0.95% | 0.92% | - |
| XYZ | 22.19 | 9.88 | 79.34 | - |
| YUV | 67.63 | 222.46 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 235 | 0.51 | 0.95 | 0 | 0.08 | 267.86 | 0.91 | 0.48 |
| Hex | 73 | B | EB | 33 | 5F | 0 | 8 | 10C | 5B | 30 |
| Octal | 163 | 13 | 353 | 63 | 137 | 0 | 10 | 414 | 133 | 60 |
| Binary | 1110011 | 1011 | 11101011 | 110011 | 1011111 | 0 | 1000 | 100001100 | 1011011 | 110000 |
Color Harmonies of #730BEB
Complementary color
Monochromatic Colors of #730BEB
Black with #730BEB
Text Example
Text Example
White with #730BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730BEB; }
p { color: rgb(115,11,235); }
H1.HeaderClassName
{
color: #730BEB;
}
.AnyTagClassName
{
color: #730BEB;
}
</style>
background-color css
<style>
a { background-color: #730BEB; }
a { background-color: rgb(115,11,235); }
div.DivClassName
{
background-color: #730BEB;
}
.BgClassName
{
background-color: #730BEB;
}
</style>
border-color css
<style>
span { border-color: #730BEB; }
span { border-color: rgb(115,11,235); }
td.TdClassName
{
border-color: #730BEB;
}
.TagClassName
{
border-color: #730BEB;
}
</style>