Shades of Electric Indigo #7310F3
Tints of Electric Indigo #7310F3
RGB
CMYK
RGB Variations
Color information
#7310F3 (or 0x7310F3) is known color: Electric Indigo. HEX triplet: 73, 10 and F3. RGB value is (115,16,243). Sum of RGB (Red+Green+Blue) = 115+16+243=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 243 (95.31% from 255 or 64.97% from 374); Max value from RGB is 243 - color contains mainly: blue. Hex color #7310F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7310F3 is #8CEF0C. Grayscale: #464646. Windows color (decimal): -9236237 or 15929459. OLE color: 15929459.
HSL color Cylindrical-coordinate representation of color #7310F3: hue angle of 266.17º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7310F3 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 16 | 243 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.05 |
| HSL | 266.17º | 0.9% | 0.51% | - |
| HSV(B) | 266.17º | 0.93% | 0.95% | - |
| XYZ | 23.43 | 10.49 | 85.58 | - |
| YUV | 71.48 | 224.8 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 16 | 243 | 0.53 | 0.93 | 0 | 0.05 | 266.17 | 0.9 | 0.51 |
| Hex | 73 | 10 | F3 | 35 | 5D | 0 | 5 | 10A | 5A | 33 |
| Octal | 163 | 20 | 363 | 65 | 135 | 0 | 5 | 412 | 132 | 63 |
| Binary | 1110011 | 10000 | 11110011 | 110101 | 1011101 | 0 | 101 | 100001010 | 1011010 | 110011 |
Color Harmonies of #7310F3
Complementary color
Monochromatic Colors of #7310F3
Black with #7310F3
Text Example
Text Example
White with #7310F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7310F3; }
p { color: rgb(115,16,243); }
H1.HeaderClassName
{
color: #7310F3;
}
.AnyTagClassName
{
color: #7310F3;
}
</style>
background-color css
<style>
a { background-color: #7310F3; }
a { background-color: rgb(115,16,243); }
div.DivClassName
{
background-color: #7310F3;
}
.BgClassName
{
background-color: #7310F3;
}
</style>
border-color css
<style>
span { border-color: #7310F3; }
span { border-color: rgb(115,16,243); }
td.TdClassName
{
border-color: #7310F3;
}
.TagClassName
{
border-color: #7310F3;
}
</style>