Shades of Electric Indigo #730DE5
Tints of Electric Indigo #730DE5
RGB
CMYK
RGB Variations
Color information
#730DE5 (or 0x730DE5) is known color: Electric Indigo. HEX triplet: 73, 0D and E5. RGB value is (115,13,229). Sum of RGB (Red+Green+Blue) = 115+13+229=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 13 (5.47% from 255 or 3.64% from 357); Blue value is 229 (89.84% from 255 or 64.15% from 357); Max value from RGB is 229 - color contains mainly: blue. Hex color #730DE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730DE5 is #8CF21A. Grayscale: #434343. Windows color (decimal): -9237019 or 15011187. OLE color: 15011187.
HSL color Cylindrical-coordinate representation of color #730DE5: hue angle of 268.33º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730DE5 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 13 | 229 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.10 |
| HSL | 268.33º | 0.89% | 0.47% | - |
| HSV(B) | 268.33º | 0.94% | 0.9% | - |
| XYZ | 21.36 | 9.59 | 74.85 | - |
| YUV | 68.12 | 218.79 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 229 | 0.50 | 0.94 | 0 | 0.10 | 268.33 | 0.89 | 0.47 |
| Hex | 73 | D | E5 | 32 | 5E | 0 | A | 10C | 59 | 2F |
| Octal | 163 | 15 | 345 | 62 | 136 | 0 | 12 | 414 | 131 | 57 |
| Binary | 1110011 | 1101 | 11100101 | 110010 | 1011110 | 0 | 1010 | 100001100 | 1011001 | 101111 |
Color Harmonies of #730DE5
Complementary color
Monochromatic Colors of #730DE5
Black with #730DE5
Text Example
Text Example
White with #730DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730DE5; }
p { color: rgb(115,13,229); }
H1.HeaderClassName
{
color: #730DE5;
}
.AnyTagClassName
{
color: #730DE5;
}
</style>
background-color css
<style>
a { background-color: #730DE5; }
a { background-color: rgb(115,13,229); }
div.DivClassName
{
background-color: #730DE5;
}
.BgClassName
{
background-color: #730DE5;
}
</style>
border-color css
<style>
span { border-color: #730DE5; }
span { border-color: rgb(115,13,229); }
td.TdClassName
{
border-color: #730DE5;
}
.TagClassName
{
border-color: #730DE5;
}
</style>