Shades of Electric Indigo #730ADF
Tints of Electric Indigo #730ADF
RGB
CMYK
RGB Variations
Color information
#730ADF (or 0x730ADF) is known color: Electric Indigo. HEX triplet: 73, 0A and DF. RGB value is (115,10,223). Sum of RGB (Red+Green+Blue) = 115+10+223=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #730ADF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730ADF is #8CF520. Grayscale: #404040. Windows color (decimal): -9237793 or 14617203. OLE color: 14617203.
HSL color Cylindrical-coordinate representation of color #730ADF: hue angle of 269.58º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #730ADF is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 10 | 223 | - |
| CMYK | 0.48 | 0.96 | 0 | 0.13 |
| HSL | 269.58º | 0.91% | 0.46% | - |
| HSV(B) | 269.58º | 0.96% | 0.87% | - |
| XYZ | 20.5 | 9.19 | 70.51 | - |
| YUV | 65.68 | 216.79 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 223 | 0.48 | 0.96 | 0 | 0.13 | 269.58 | 0.91 | 0.46 |
| Hex | 73 | A | DF | 30 | 60 | 0 | D | 10E | 5B | 2E |
| Octal | 163 | 12 | 337 | 60 | 140 | 0 | 15 | 416 | 133 | 56 |
| Binary | 1110011 | 1010 | 11011111 | 110000 | 1100000 | 0 | 1101 | 100001110 | 1011011 | 101110 |
Color Harmonies of #730ADF
Complementary color
Monochromatic Colors of #730ADF
Black with #730ADF
Text Example
Text Example
White with #730ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730ADF; }
p { color: rgb(115,10,223); }
H1.HeaderClassName
{
color: #730ADF;
}
.AnyTagClassName
{
color: #730ADF;
}
</style>
background-color css
<style>
a { background-color: #730ADF; }
a { background-color: rgb(115,10,223); }
div.DivClassName
{
background-color: #730ADF;
}
.BgClassName
{
background-color: #730ADF;
}
</style>
border-color css
<style>
span { border-color: #730ADF; }
span { border-color: rgb(115,10,223); }
td.TdClassName
{
border-color: #730ADF;
}
.TagClassName
{
border-color: #730ADF;
}
</style>