#7300E7

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

Shades of Electric Indigo #7300E7

Tints of Electric Indigo #7300E7

Color information

#7300E7 (or 0x7300E7) is unknown color: approx Electric Indigo. HEX triplet: 73, 00 and E7. RGB value is (115,0,231). Sum of RGB (Red+Green+Blue) = 115+0+231=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 231 (90.62% from 255 or 66.76% from 346); Max value from RGB is 231 - color contains mainly: blue. Hex color #7300E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7300E7 is #8CFF18. Grayscale: #3B3B3B. Windows color (decimal): -9240345 or 15138931. OLE color: 15138931.

HSL color Cylindrical-coordinate representation of color #7300E7: hue angle of 269.87º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7300E7 is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1150231-
CMYK0.50100.09
HSL269.87º100%45.29%-
HSV(B)269.87º100%90.59%-
XYZ21.499.4176.29-
YUV60.72224.1166.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 231 (90.62% from 255) = 66.76%
R=33.24%
G=0%
B=66.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal11502310.50100.09269.8710045.29
Hex730E732640910e642d
Octal16303476214401141614455
Binary11100110111001111100101100100010011000011101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7300E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7300E7; }

 p { color: rgb(115,0,231); }

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

<style>
 a { background-color: #7300E7; }

 a { background-color: rgb(115,0,231); }

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

<style>
 span { border-color: #7300E7; }

 span { border-color: rgb(115,0,231); }

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