Shades of Electric Indigo #730BEA
Tints of Electric Indigo #730BEA
RGB
CMYK
RGB Variations
Color information
#730BEA (or 0x730BEA) is known color: Electric Indigo. HEX triplet: 73, 0B and EA. RGB value is (115,11,234). Sum of RGB (Red+Green+Blue) = 115+11+234=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #730BEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730BEA is #8CF415. Grayscale: #424242. Windows color (decimal): -9237526 or 15338355. OLE color: 15338355.
HSL color Cylindrical-coordinate representation of color #730BEA: hue angle of 267.98º 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 #730BEA is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 11 | 234 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.08 |
| HSL | 267.98º | 0.91% | 0.48% | - |
| HSV(B) | 267.98º | 0.95% | 0.92% | - |
| XYZ | 22.04 | 9.82 | 78.58 | - |
| YUV | 67.52 | 221.96 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 234 | 0.51 | 0.95 | 0 | 0.08 | 267.98 | 0.91 | 0.48 |
| Hex | 73 | B | EA | 33 | 5F | 0 | 8 | 10C | 5B | 30 |
| Octal | 163 | 13 | 352 | 63 | 137 | 0 | 10 | 414 | 133 | 60 |
| Binary | 1110011 | 1011 | 11101010 | 110011 | 1011111 | 0 | 1000 | 100001100 | 1011011 | 110000 |
Color Harmonies of #730BEA
Complementary color
Monochromatic Colors of #730BEA
Black with #730BEA
Text Example
Text Example
White with #730BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730BEA; }
p { color: rgb(115,11,234); }
H1.HeaderClassName
{
color: #730BEA;
}
.AnyTagClassName
{
color: #730BEA;
}
</style>
background-color css
<style>
a { background-color: #730BEA; }
a { background-color: rgb(115,11,234); }
div.DivClassName
{
background-color: #730BEA;
}
.BgClassName
{
background-color: #730BEA;
}
</style>
border-color css
<style>
span { border-color: #730BEA; }
span { border-color: rgb(115,11,234); }
td.TdClassName
{
border-color: #730BEA;
}
.TagClassName
{
border-color: #730BEA;
}
</style>