Html Css Color HEX #740EFA Electric Indigo

📋 copy color: '#740EFA'

red 116 ◦ green 14 ◦ blue 250

#740EFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #740EFA

Tints of Electric Indigo #740EFA

RGB

 RED value IS 116 (45.7% from 255) = 30.53%

 GREEN value IS 14 (5.86% from 255) = 3.68%

 BLUE value IS 250 (98.05% from 255) = 65.79%

R = 30.53%
G = 3.68%
B = 65.79%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#740EFA (or 0x740EFA) is known color: Electric Indigo. HEX triplet: 74, 0E and FA. RGB value is (116,14,250). Sum of RGB (Red+Green+Blue) = 116+14+250=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 14 (5.86% from 255 or 3.68% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #740EFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740EFA is #8BF105. Grayscale: #464646. Windows color (decimal): -9171206 or 16387700. OLE color: 16387700.

HSL color Cylindrical-coordinate representation of color #740EFA: hue angle of 265.93º 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 #740EFA is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 14 250 -
CMYK 0.54 0.94 0 0.02
HSL 265.93º 0.96% 0.52% -
HSV(B) 265.93º 0.94% 0.98% -
XYZ 24.61 10.93 91.25 -
YUV 71.4 228.79 159.81 -
System Red Green Blue C M Y K H S L
Decimal 116 14 250 0.54 0.94 0 0.02 265.93 0.96 0.52
Hex 74 E FA 36 5E 0 2 10A 60 34
Octal 164 16 372 66 136 0 2 412 140 64
Binary 1110100 1110 11111010 110110 1011110 0 10 100001010 1100000 110100

Color Harmonies of #740EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740EFA

Black with #740EFA

Text Example


Text Example

White with #740EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #740EFA;
 }
 .AnyTagClassName
 {
   color: #740EFA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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