#7305EA

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

Shades of Electric Indigo #7305EA

Tints of Electric Indigo #7305EA

Color information

#7305EA (or 0x7305EA) is unknown color: approx Electric Indigo. HEX triplet: 73, 05 and EA. RGB value is (115,5,234). Sum of RGB (Red+Green+Blue) = 115+5+234=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 234 (91.80% from 255 or 66.10% from 354); Max value from RGB is 234 - color contains mainly: blue. Hex color #7305EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7305EA is #8CFA15. Grayscale: #3F3F3F. Windows color (decimal): -9239062 or 15336819. OLE color: 15336819.

HSL color Cylindrical-coordinate representation of color #7305EA: hue angle of 268.82º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7305EA is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1155234-
CMYK0.510.9800.08
HSL268.82º95.82%46.86%-
HSV(B)268.82º97.86%91.76%-
XYZ21.989.6978.55-
YUV64223.94164.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.49%
GREEN value IS 5 (2.34% from 255) = 1.41%
BLUE value IS 234 (91.80% from 255) = 66.10%
R=32.49%
G=1.41%
B=66.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal11552340.510.9800.08268.8295.8246.86
Hex735EA33620810d602f
Octal16353526314201041514057
Binary1110011101111010101100111100010010001000011011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7305EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7305EA; }

 p { color: rgb(115,5,234); }

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

<style>
 a { background-color: #7305EA; }

 a { background-color: rgb(115,5,234); }

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

<style>
 span { border-color: #7305EA; }

 span { border-color: rgb(115,5,234); }

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