Shades of Electric Indigo #7305E1
Tints of Electric Indigo #7305E1
RGB
CMYK
RGB Variations
Color information
#7305E1 (or 0x7305E1) is known color: Electric Indigo. HEX triplet: 73, 05 and E1. RGB value is (115,5,225). Sum of RGB (Red+Green+Blue) = 115+5+225=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 225 (88.28% from 255 or 65.22% from 345); Max value from RGB is 225 - color contains mainly: blue. Hex color #7305E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7305E1 is #8CFA1E. Grayscale: #3E3E3E. Windows color (decimal): -9239071 or 14746995. OLE color: 14746995.
HSL color Cylindrical-coordinate representation of color #7305E1: hue angle of 270º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7305E1 is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 5 | 225 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.12 |
| HSL | 270º | 0.96% | 0.45% | - |
| HSV(B) | 270º | 0.98% | 0.88% | - |
| XYZ | 20.72 | 9.19 | 71.92 | - |
| YUV | 62.97 | 219.44 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 5 | 225 | 0.49 | 0.98 | 0 | 0.12 | 270 | 0.96 | 0.45 |
| Hex | 73 | 5 | E1 | 31 | 62 | 0 | C | 10E | 60 | 2D |
| Octal | 163 | 5 | 341 | 61 | 142 | 0 | 14 | 416 | 140 | 55 |
| Binary | 1110011 | 101 | 11100001 | 110001 | 1100010 | 0 | 1100 | 100001110 | 1100000 | 101101 |
Color Harmonies of #7305E1
Complementary color
Monochromatic Colors of #7305E1
Black with #7305E1
Text Example
Text Example
White with #7305E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7305E1; }
p { color: rgb(115,5,225); }
H1.HeaderClassName
{
color: #7305E1;
}
.AnyTagClassName
{
color: #7305E1;
}
</style>
background-color css
<style>
a { background-color: #7305E1; }
a { background-color: rgb(115,5,225); }
div.DivClassName
{
background-color: #7305E1;
}
.BgClassName
{
background-color: #7305E1;
}
</style>
border-color css
<style>
span { border-color: #7305E1; }
span { border-color: rgb(115,5,225); }
td.TdClassName
{
border-color: #7305E1;
}
.TagClassName
{
border-color: #7305E1;
}
</style>