#7400EB

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

Shades of Electric Indigo #7400EB

Tints of Electric Indigo #7400EB

Color information

#7400EB (or 0x7400EB) is unknown color: approx Electric Indigo. HEX triplet: 74, 00 and EB. RGB value is (116,0,235). Sum of RGB (Red+Green+Blue) = 116+0+235=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 235 (92.19% from 255 or 66.95% from 351); Max value from RGB is 235 - color contains mainly: blue. Hex color #7400EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7400EB is #8BFF14. Grayscale: #3C3C3C. Windows color (decimal): -9174805 or 15401076. OLE color: 15401076.

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

Color convert

RGB1160235-
CMYK0.51100.08
HSL269.62º100%46.08%-
HSV(B)269.62º100%92.16%-
XYZ22.29.7179.3-
YUV61.47225.93166.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 235 (92.19% from 255) = 66.95%
R=33.05%
G=0%
B=66.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal11602350.51100.08269.6210046.08
Hex740EB33640810e642e
Octal16403536314401041614456
Binary11101000111010111100111100100010001000011101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7400EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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