Shades of Electric Indigo #7304FC
Tints of Electric Indigo #7304FC
RGB
CMYK
RGB Variations
Color information
#7304FC (or 0x7304FC) is known color: Electric Indigo. HEX triplet: 73, 04 and FC. RGB value is (115,4,252). Sum of RGB (Red+Green+Blue) = 115+4+252=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #7304FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7304FC is #8CFB03. Grayscale: #404040. Windows color (decimal): -9239300 or 16516211. OLE color: 16516211.
HSL color Cylindrical-coordinate representation of color #7304FC: hue angle of 266.85º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7304FC is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 4 | 252 | - |
| CMYK | 0.54 | 0.98 | 0 | 0.01 |
| HSL | 266.85º | 0.98% | 0.5% | - |
| HSV(B) | 266.85º | 0.98% | 0.99% | - |
| XYZ | 24.68 | 10.76 | 92.87 | - |
| YUV | 65.46 | 233.27 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 4 | 252 | 0.54 | 0.98 | 0 | 0.01 | 266.85 | 0.98 | 0.5 |
| Hex | 73 | 4 | FC | 36 | 62 | 0 | 1 | 10B | 62 | 32 |
| Octal | 163 | 4 | 374 | 66 | 142 | 0 | 1 | 413 | 142 | 62 |
| Binary | 1110011 | 100 | 11111100 | 110110 | 1100010 | 0 | 1 | 100001011 | 1100010 | 110010 |
Color Harmonies of #7304FC
Complementary color
Monochromatic Colors of #7304FC
Black with #7304FC
Text Example
Text Example
White with #7304FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7304FC; }
p { color: rgb(115,4,252); }
H1.HeaderClassName
{
color: #7304FC;
}
.AnyTagClassName
{
color: #7304FC;
}
</style>
background-color css
<style>
a { background-color: #7304FC; }
a { background-color: rgb(115,4,252); }
div.DivClassName
{
background-color: #7304FC;
}
.BgClassName
{
background-color: #7304FC;
}
</style>
border-color css
<style>
span { border-color: #7304FC; }
span { border-color: rgb(115,4,252); }
td.TdClassName
{
border-color: #7304FC;
}
.TagClassName
{
border-color: #7304FC;
}
</style>