#7402FE

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

Shades of Electric Indigo #7402FE

Tints of Electric Indigo #7402FE

Color information

#7402FE (or 0x7402FE) is unknown color: approx Electric Indigo. HEX triplet: 74, 02 and FE. RGB value is (116,2,254). Sum of RGB (Red+Green+Blue) = 116+2+254=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #7402FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7402FE is #8BFD01. Grayscale: #3F3F3F. Windows color (decimal): -9174274 or 16646772. OLE color: 16646772.

HSL color Cylindrical-coordinate representation of color #7402FE: hue angle of 267.14º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7402FE is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB1162254-
CMYK0.540.9900.00
HSL267.14º99.21%50.2%-
HSV(B)267.14º99.21%99.61%-
XYZ25.1110.9194.55-
YUV64.81234.77164.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.18%
GREEN value IS 2 (1.17% from 255) = 0.54%
BLUE value IS 254 (99.61% from 255) = 68.28%
R=31.18%
G=0.54%
B=68.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal11622540.540.9900.00267.1499.2150.2
Hex742FE36630010b6332
Octal1642376661430041314362
Binary111010010111111101101101100011001000010111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7402FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7402FE; }

 p { color: rgb(116,2,254); }

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

<style>
 a { background-color: #7402FE; }

 a { background-color: rgb(116,2,254); }

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

<style>
 span { border-color: #7402FE; }

 span { border-color: rgb(116,2,254); }

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