#7419F3

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

Shades of Electric Indigo #7419F3

Tints of Electric Indigo #7419F3

Color information

#7419F3 (or 0x7419F3) is unknown color: approx Electric Indigo. HEX triplet: 74, 19 and F3. RGB value is (116,25,243). Sum of RGB (Red+Green+Blue) = 116+25+243=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 243 (95.31% from 255 or 63.28% from 384); Max value from RGB is 243 - color contains mainly: blue. Hex color #7419F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7419F3 is #8BE60C. Grayscale: #4C4C4C. Windows color (decimal): -9168397 or 15931764. OLE color: 15931764.

HSL color Cylindrical-coordinate representation of color #7419F3: hue angle of 265.05º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7419F3 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11625243-
CMYK0.520.9000.05
HSL265.05º90.08%52.55%-
HSV(B)265.05º89.71%95.29%-
XYZ23.7310.8885.64-
YUV77.06221.65155.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.21%
GREEN value IS 25 (10.16% from 255) = 6.51%
BLUE value IS 243 (95.31% from 255) = 63.28%
R=30.21%
G=6.51%
B=63.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal116252430.520.9000.05265.0590.0852.55
Hex7419F3345A051095a35
Octal16431363641320541113265
Binary11101001100111110011110100101101001011000010011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7419F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7419F3; }

 p { color: rgb(116,25,243); }

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

<style>
 a { background-color: #7419F3; }

 a { background-color: rgb(116,25,243); }

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

<style>
 span { border-color: #7419F3; }

 span { border-color: rgb(116,25,243); }

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