Shades of Electric Indigo #7305DF
Tints of Electric Indigo #7305DF
RGB
CMYK
RGB Variations
Color information
#7305DF (or 0x7305DF) is known color: Electric Indigo. HEX triplet: 73, 05 and DF. RGB value is (115,5,223). Sum of RGB (Red+Green+Blue) = 115+5+223=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #7305DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7305DF is #8CFA20. Grayscale: #3D3D3D. Windows color (decimal): -9239073 or 14615923. OLE color: 14615923.
HSL color Cylindrical-coordinate representation of color #7305DF: hue angle of 270.28º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7305DF is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 5 | 223 | - |
| CMYK | 0.48 | 0.98 | 0 | 0.13 |
| HSL | 270.28º | 0.96% | 0.45% | - |
| HSV(B) | 270.28º | 0.98% | 0.87% | - |
| XYZ | 20.44 | 9.08 | 70.49 | - |
| YUV | 62.74 | 218.44 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 5 | 223 | 0.48 | 0.98 | 0 | 0.13 | 270.28 | 0.96 | 0.45 |
| Hex | 73 | 5 | DF | 30 | 62 | 0 | D | 10E | 60 | 2D |
| Octal | 163 | 5 | 337 | 60 | 142 | 0 | 15 | 416 | 140 | 55 |
| Binary | 1110011 | 101 | 11011111 | 110000 | 1100010 | 0 | 1101 | 100001110 | 1100000 | 101101 |
Color Harmonies of #7305DF
Complementary color
Monochromatic Colors of #7305DF
Black with #7305DF
Text Example
Text Example
White with #7305DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7305DF; }
p { color: rgb(115,5,223); }
H1.HeaderClassName
{
color: #7305DF;
}
.AnyTagClassName
{
color: #7305DF;
}
</style>
background-color css
<style>
a { background-color: #7305DF; }
a { background-color: rgb(115,5,223); }
div.DivClassName
{
background-color: #7305DF;
}
.BgClassName
{
background-color: #7305DF;
}
</style>
border-color css
<style>
span { border-color: #7305DF; }
span { border-color: rgb(115,5,223); }
td.TdClassName
{
border-color: #7305DF;
}
.TagClassName
{
border-color: #7305DF;
}
</style>