#740FFA

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

Shades of Electric Indigo #740FFA

Tints of Electric Indigo #740FFA

Color information

#740FFA (or 0x740FFA) is unknown color: approx Electric Indigo. HEX triplet: 74, 0F and FA. RGB value is (116,15,250). Sum of RGB (Red+Green+Blue) = 116+15+250=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 250 (98.05% from 255 or 65.62% from 381); Max value from RGB is 250 - color contains mainly: blue. Hex color #740FFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740FFA is #8BF005. Grayscale: #474747. Windows color (decimal): -9170950 or 16387956. OLE color: 16387956.

HSL color Cylindrical-coordinate representation of color #740FFA: hue angle of 265.79º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740FFA is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11615250-
CMYK0.540.9400.02
HSL265.79º95.92%51.96%-
HSV(B)265.79º94%98.04%-
XYZ24.6310.9691.26-
YUV71.99228.46159.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.45%
GREEN value IS 15 (6.25% from 255) = 3.94%
BLUE value IS 250 (98.05% from 255) = 65.62%
R=30.45%
G=3.94%
B=65.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal116152500.540.9400.02265.7995.9251.96
Hex74FFA365E0210a6034
Octal16417372661360241214064
Binary111010011111111101011011010111100101000010101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,15,250); }

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

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

 a { background-color: rgb(116,15,250); }

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

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

 span { border-color: rgb(116,15,250); }

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