#7400E1

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

Shades of Electric Indigo #7400E1

Tints of Electric Indigo #7400E1

Color information

#7400E1 (or 0x7400E1) is unknown color: approx Electric Indigo. HEX triplet: 74, 00 and E1. RGB value is (116,0,225). Sum of RGB (Red+Green+Blue) = 116+0+225=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 225 (88.28% from 255 or 65.98% from 341); Max value from RGB is 225 - color contains mainly: blue. Hex color #7400E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7400E1 is #8BFF1E. Grayscale: #3B3B3B. Windows color (decimal): -9174815 or 14745716. OLE color: 14745716.

HSL color Cylindrical-coordinate representation of color #7400E1: hue angle of 270.93º 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 #7400E1 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1160225-
CMYK0.48100.12
HSL270.93º100%44.12%-
HSV(B)270.93º100%88.24%-
XYZ20.799.1571.9-
YUV60.33220.93167.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 225 (88.28% from 255) = 65.98%
R=34.02%
G=0%
B=65.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal11602250.48100.12270.9310044.12
Hex740E130640C10f642c
Octal16403416014401441714454
Binary11101000111000011100001100100011001000011111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7400E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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