Shades of Electric Indigo #730BE5
Tints of Electric Indigo #730BE5
RGB
CMYK
RGB Variations
Color information
#730BE5 (or 0x730BE5) is known color: Electric Indigo. HEX triplet: 73, 0B and E5. RGB value is (115,11,229). Sum of RGB (Red+Green+Blue) = 115+11+229=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 229 (89.84% from 255 or 64.51% from 355); Max value from RGB is 229 - color contains mainly: blue. Hex color #730BE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730BE5 is #8CF41A. Grayscale: #424242. Windows color (decimal): -9237531 or 15010675. OLE color: 15010675.
HSL color Cylindrical-coordinate representation of color #730BE5: hue angle of 268.62º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730BE5 is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 11 | 229 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.10 |
| HSL | 268.62º | 0.91% | 0.47% | - |
| HSV(B) | 268.62º | 0.95% | 0.9% | - |
| XYZ | 21.33 | 9.54 | 74.85 | - |
| YUV | 66.95 | 219.46 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 229 | 0.50 | 0.95 | 0 | 0.10 | 268.62 | 0.91 | 0.47 |
| Hex | 73 | B | E5 | 32 | 5F | 0 | A | 10D | 5B | 2F |
| Octal | 163 | 13 | 345 | 62 | 137 | 0 | 12 | 415 | 133 | 57 |
| Binary | 1110011 | 1011 | 11100101 | 110010 | 1011111 | 0 | 1010 | 100001101 | 1011011 | 101111 |
Color Harmonies of #730BE5
Complementary color
Monochromatic Colors of #730BE5
Black with #730BE5
Text Example
Text Example
White with #730BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730BE5; }
p { color: rgb(115,11,229); }
H1.HeaderClassName
{
color: #730BE5;
}
.AnyTagClassName
{
color: #730BE5;
}
</style>
background-color css
<style>
a { background-color: #730BE5; }
a { background-color: rgb(115,11,229); }
div.DivClassName
{
background-color: #730BE5;
}
.BgClassName
{
background-color: #730BE5;
}
</style>
border-color css
<style>
span { border-color: #730BE5; }
span { border-color: rgb(115,11,229); }
td.TdClassName
{
border-color: #730BE5;
}
.TagClassName
{
border-color: #730BE5;
}
</style>