#7304FE

Color #7304FE Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #7304FE

Tints of Electric Indigo #7304FE

Color information

#7304FE (or 0x7304FE) is unknown color: approx Electric Indigo. HEX triplet: 73, 04 and FE. RGB value is (115,4,254). Sum of RGB (Red+Green+Blue) = 115+4+254=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 4 (1.95% from 255 or 1.07% from 373); Blue value is 254 (99.61% from 255 or 68.10% from 373); Max value from RGB is 254 - color contains mainly: blue. Hex color #7304FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7304FE is #8CFB01. Grayscale: #404040. Windows color (decimal): -9239298 or 16647283. OLE color: 16647283.

HSL color Cylindrical-coordinate representation of color #7304FE: hue angle of 266.64º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7304FE is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB1154254-
CMYK0.550.9800.00
HSL266.64º99.21%50.59%-
HSV(B)266.64º98.43%99.61%-
XYZ2510.8994.55-
YUV65.69234.27163.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 30.83%
GREEN value IS 4 (1.95% from 255) = 1.07%
BLUE value IS 254 (99.61% from 255) = 68.10%
R=30.83%
G=1.07%
B=68.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal11542540.550.9800.00266.6499.2150.59
Hex734FE37620010b6333
Octal1634376671420041314363
Binary1110011100111111101101111100010001000010111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7304FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7304FE; }

 p { color: rgb(115,4,254); }

 H1.HeaderClassName
 {
   color: #7304FE;
 }
 .AnyTagClassName
 {
   color: #7304FE;
 }
</style>
background-color css

<style>
 a { background-color: #7304FE; }

 a { background-color: rgb(115,4,254); }

 div.DivClassName
 {
   background-color: #7304FE;
 }
 .BgClassName
 {
   background-color: #7304FE;
 }
</style>
border-color css

<style>
 span { border-color: #7304FE; }

 span { border-color: rgb(115,4,254); }

 td.TdClassName
 {
   border-color: #7304FE;
 }
 .TagClassName
 {
   border-color: #7304FE;
 }
</style>