Shades of Electric Indigo #730DE2
Tints of Electric Indigo #730DE2
RGB
CMYK
RGB Variations
Color information
#730DE2 (or 0x730DE2) is known color: Electric Indigo. HEX triplet: 73, 0D and E2. RGB value is (115,13,226). Sum of RGB (Red+Green+Blue) = 115+13+226=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 226 (88.67% from 255 or 63.84% from 354); Max value from RGB is 226 - color contains mainly: blue. Hex color #730DE2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730DE2 is #8CF21D. Grayscale: #434343. Windows color (decimal): -9237022 or 14814579. OLE color: 14814579.
HSL color Cylindrical-coordinate representation of color #730DE2: hue angle of 268.73º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730DE2 is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 115 | 13 | 226 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.11 |
| HSL | 268.73º | 0.89% | 0.47% | - |
| HSV(B) | 268.73º | 0.94% | 0.89% | - |
| XYZ | 20.94 | 9.42 | 72.67 | - |
| YUV | 67.78 | 217.29 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 226 | 0.49 | 0.94 | 0 | 0.11 | 268.73 | 0.89 | 0.47 |
| Hex | 73 | D | E2 | 31 | 5E | 0 | B | 10D | 59 | 2F |
| Octal | 163 | 15 | 342 | 61 | 136 | 0 | 13 | 415 | 131 | 57 |
| Binary | 1110011 | 1101 | 11100010 | 110001 | 1011110 | 0 | 1011 | 100001101 | 1011001 | 101111 |
Color Harmonies of #730DE2
Complementary color
Monochromatic Colors of #730DE2
Black with #730DE2
Text Example
Text Example
White with #730DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730DE2; }
p { color: rgb(115,13,226); }
H1.HeaderClassName
{
color: #730DE2;
}
.AnyTagClassName
{
color: #730DE2;
}
</style>
background-color css
<style>
a { background-color: #730DE2; }
a { background-color: rgb(115,13,226); }
div.DivClassName
{
background-color: #730DE2;
}
.BgClassName
{
background-color: #730DE2;
}
</style>
border-color css
<style>
span { border-color: #730DE2; }
span { border-color: rgb(115,13,226); }
td.TdClassName
{
border-color: #730DE2;
}
.TagClassName
{
border-color: #730DE2;
}
</style>