Shades of Electric Indigo #730DED
Tints of Electric Indigo #730DED
RGB
CMYK
RGB Variations
Color information
#730DED (or 0x730DED) is known color: Electric Indigo. HEX triplet: 73, 0D and ED. RGB value is (115,13,237). Sum of RGB (Red+Green+Blue) = 115+13+237=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #730DED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730DED is #8CF212. Grayscale: #444444. Windows color (decimal): -9237011 or 15535475. OLE color: 15535475.
HSL color Cylindrical-coordinate representation of color #730DED: hue angle of 267.32º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730DED is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 13 | 237 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.07 |
| HSL | 267.32º | 0.9% | 0.49% | - |
| HSV(B) | 267.32º | 0.95% | 0.93% | - |
| XYZ | 22.5 | 10.05 | 80.87 | - |
| YUV | 69.03 | 222.79 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 237 | 0.51 | 0.95 | 0 | 0.07 | 267.32 | 0.9 | 0.49 |
| Hex | 73 | D | ED | 33 | 5F | 0 | 7 | 10B | 5A | 31 |
| Octal | 163 | 15 | 355 | 63 | 137 | 0 | 7 | 413 | 132 | 61 |
| Binary | 1110011 | 1101 | 11101101 | 110011 | 1011111 | 0 | 111 | 100001011 | 1011010 | 110001 |
Color Harmonies of #730DED
Complementary color
Monochromatic Colors of #730DED
Black with #730DED
Text Example
Text Example
White with #730DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730DED; }
p { color: rgb(115,13,237); }
H1.HeaderClassName
{
color: #730DED;
}
.AnyTagClassName
{
color: #730DED;
}
</style>
background-color css
<style>
a { background-color: #730DED; }
a { background-color: rgb(115,13,237); }
div.DivClassName
{
background-color: #730DED;
}
.BgClassName
{
background-color: #730DED;
}
</style>
border-color css
<style>
span { border-color: #730DED; }
span { border-color: rgb(115,13,237); }
td.TdClassName
{
border-color: #730DED;
}
.TagClassName
{
border-color: #730DED;
}
</style>