#7E04FF

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

Shades of Electric Indigo #7E04FF

Tints of Electric Indigo #7E04FF

Color information

#7E04FF (or 0x7E04FF) is unknown color: approx Electric Indigo. HEX triplet: 7E, 04 and FF. RGB value is (126,4,255). Sum of RGB (Red+Green+Blue) = 126+4+255=385 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.73% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E04FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E04FF is #81FB00. Grayscale: #444444. Windows color (decimal): -8518401 or 16712830. OLE color: 16712830.

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

Color convert

RGB1264255-
CMYK0.510.9800
HSL269.16º100%50.78%-
HSV(B)269.16º98.43%100%-
XYZ26.711.7495.47-
YUV69.09232.92168.59-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.73%
GREEN value IS 4 (1.95% from 255) = 1.04%
BLUE value IS 255 (100% from 255) = 66.23%
R=32.73%
G=1.04%
B=66.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal12642550.510.9800269.1610050.78
Hex7E4FF33620010d6433
Octal1764377631420041514463
Binary1111110100111111111100111100010001000011011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E04FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E04FF; }

 p { color: rgb(126,4,255); }

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

<style>
 a { background-color: #7E04FF; }

 a { background-color: rgb(126,4,255); }

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

<style>
 span { border-color: #7E04FF; }

 span { border-color: rgb(126,4,255); }

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