Shades of Electric Indigo #730DEA
Tints of Electric Indigo #730DEA
RGB
CMYK
RGB Variations
Color information
#730DEA (or 0x730DEA) is known color: Electric Indigo. HEX triplet: 73, 0D and EA. RGB value is (115,13,234). Sum of RGB (Red+Green+Blue) = 115+13+234=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 234 (91.80% from 255 or 64.64% from 362); Max value from RGB is 234 - color contains mainly: blue. Hex color #730DEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730DEA is #8CF215. Grayscale: #434343. Windows color (decimal): -9237014 or 15338867. OLE color: 15338867.
HSL color Cylindrical-coordinate representation of color #730DEA: hue angle of 267.69º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730DEA is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 13 | 234 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.08 |
| HSL | 267.69º | 0.89% | 0.48% | - |
| HSV(B) | 267.69º | 0.94% | 0.92% | - |
| XYZ | 22.07 | 9.87 | 78.58 | - |
| YUV | 68.69 | 221.29 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 234 | 0.51 | 0.94 | 0 | 0.08 | 267.69 | 0.89 | 0.48 |
| Hex | 73 | D | EA | 33 | 5E | 0 | 8 | 10C | 59 | 30 |
| Octal | 163 | 15 | 352 | 63 | 136 | 0 | 10 | 414 | 131 | 60 |
| Binary | 1110011 | 1101 | 11101010 | 110011 | 1011110 | 0 | 1000 | 100001100 | 1011001 | 110000 |
Color Harmonies of #730DEA
Complementary color
Monochromatic Colors of #730DEA
Black with #730DEA
Text Example
Text Example
White with #730DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730DEA; }
p { color: rgb(115,13,234); }
H1.HeaderClassName
{
color: #730DEA;
}
.AnyTagClassName
{
color: #730DEA;
}
</style>
background-color css
<style>
a { background-color: #730DEA; }
a { background-color: rgb(115,13,234); }
div.DivClassName
{
background-color: #730DEA;
}
.BgClassName
{
background-color: #730DEA;
}
</style>
border-color css
<style>
span { border-color: #730DEA; }
span { border-color: rgb(115,13,234); }
td.TdClassName
{
border-color: #730DEA;
}
.TagClassName
{
border-color: #730DEA;
}
</style>