Shades of Electric Indigo #7300DF
Tints of Electric Indigo #7300DF
RGB
CMYK
RGB Variations
Color information
#7300DF (or 0x7300DF) is known color: Electric Indigo. HEX triplet: 73, 00 and DF. RGB value is (115,0,223). Sum of RGB (Red+Green+Blue) = 115+0+223=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #7300DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7300DF is #8CFF20. Grayscale: #3B3B3B. Windows color (decimal): -9240353 or 14614643. OLE color: 14614643.
HSL color Cylindrical-coordinate representation of color #7300DF: hue angle of 270.94º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7300DF is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 0 | 223 | - |
| CMYK | 0.48 | 1 | 0 | 0.13 |
| HSL | 270.94º | 1% | 0.44% | - |
| HSV(B) | 270.94º | 1% | 0.87% | - |
| XYZ | 20.39 | 8.97 | 70.47 | - |
| YUV | 59.81 | 220.1 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 223 | 0.48 | 1 | 0 | 0.13 | 270.94 | 1 | 0.44 |
| Hex | 73 | 0 | DF | 30 | 64 | 0 | D | 10F | 64 | 2C |
| Octal | 163 | 0 | 337 | 60 | 144 | 0 | 15 | 417 | 144 | 54 |
| Binary | 1110011 | 0 | 11011111 | 110000 | 1100100 | 0 | 1101 | 100001111 | 1100100 | 101100 |
Color Harmonies of #7300DF
Complementary color
Monochromatic Colors of #7300DF
Black with #7300DF
Text Example
Text Example
White with #7300DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7300DF; }
p { color: rgb(115,0,223); }
H1.HeaderClassName
{
color: #7300DF;
}
.AnyTagClassName
{
color: #7300DF;
}
</style>
background-color css
<style>
a { background-color: #7300DF; }
a { background-color: rgb(115,0,223); }
div.DivClassName
{
background-color: #7300DF;
}
.BgClassName
{
background-color: #7300DF;
}
</style>
border-color css
<style>
span { border-color: #7300DF; }
span { border-color: rgb(115,0,223); }
td.TdClassName
{
border-color: #7300DF;
}
.TagClassName
{
border-color: #7300DF;
}
</style>