#7300E1

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

Shades of Electric Indigo #7300E1

Tints of Electric Indigo #7300E1

Color information

#7300E1 (or 0x7300E1) is unknown color: approx Electric Indigo. HEX triplet: 73, 00 and E1. RGB value is (115,0,225). Sum of RGB (Red+Green+Blue) = 115+0+225=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 225 (88.28% from 255 or 66.18% from 340); Max value from RGB is 225 - color contains mainly: blue. Hex color #7300E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7300E1 is #8CFF1E. Grayscale: #3B3B3B. Windows color (decimal): -9240351 or 14745715. OLE color: 14745715.

HSL color Cylindrical-coordinate representation of color #7300E1: hue angle of 270.67º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7300E1 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1150225-
CMYK0.49100.12
HSL270.67º100%44.12%-
HSV(B)270.67º100%88.24%-
XYZ20.669.0871.9-
YUV60.04221.1167.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 225 (88.28% from 255) = 66.18%
R=33.82%
G=0%
B=66.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal11502250.49100.12270.6710044.12
Hex730E131640C10f642c
Octal16303416114401441714454
Binary11100110111000011100011100100011001000011111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7300E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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