#740AE1

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

Shades of Electric Indigo #740AE1

Tints of Electric Indigo #740AE1

Color information

#740AE1 (or 0x740AE1) is unknown color: approx Electric Indigo. HEX triplet: 74, 0A and E1. RGB value is (116,10,225). Sum of RGB (Red+Green+Blue) = 116+10+225=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 10 (4.30% from 255 or 2.85% from 351); Blue value is 225 (88.28% from 255 or 64.10% from 351); Max value from RGB is 225 - color contains mainly: blue. Hex color #740AE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740AE1 is #8BF51E. Grayscale: #414141. Windows color (decimal): -9172255 or 14748276. OLE color: 14748276.

HSL color Cylindrical-coordinate representation of color #740AE1: hue angle of 269.58º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #740AE1 is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11610225-
CMYK0.480.9600.12
HSL269.58º91.49%46.08%-
HSV(B)269.58º95.56%88.24%-
XYZ20.99.3771.94-
YUV66.2217.62163.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.05%
GREEN value IS 10 (4.30% from 255) = 2.85%
BLUE value IS 225 (88.28% from 255) = 64.10%
R=33.05%
G=2.85%
B=64.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal116102250.480.9600.12269.5891.4946.08
Hex74AE130600C10e5b2e
Octal164123416014001441613356
Binary11101001010111000011100001100000011001000011101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740AE1; }

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

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

<style>
 a { background-color: #740AE1; }

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

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

<style>
 span { border-color: #740AE1; }

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

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