Html Css Color HEX #7408EE Electric Indigo

📋 copy color: '#7408EE'

red 116 ◦ green 8 ◦ blue 238

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

Shades of Electric Indigo #7408EE

Tints of Electric Indigo #7408EE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.21%

 BLUE value IS 238 (93.36% from 255) = 65.75%

R = 32.04%
G = 2.21%
B = 65.75%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7408EE (or 0x7408EE) is known color: Electric Indigo. HEX triplet: 74, 08 and EE. RGB value is (116,8,238). Sum of RGB (Red+Green+Blue) = 116+8+238=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 238 (93.36% from 255 or 65.75% from 362); Max value from RGB is 238 - color contains mainly: blue. Hex color #7408EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7408EE is #8BF711. Grayscale: #414141. Windows color (decimal): -9172754 or 15599732. OLE color: 15599732.

HSL color Cylindrical-coordinate representation of color #7408EE: hue angle of 268.17º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7408EE is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 8 238 -
CMYK 0.51 0.97 0 0.07
HSL 268.17º 0.93% 0.48% -
HSV(B) 268.17º 0.97% 0.93% -
XYZ 22.72 10.06 81.63 -
YUV 66.51 224.78 163.3 -
System Red Green Blue C M Y K H S L
Decimal 116 8 238 0.51 0.97 0 0.07 268.17 0.93 0.48
Hex 74 8 EE 33 61 0 7 10C 5D 30
Octal 164 10 356 63 141 0 7 414 135 60
Binary 1110100 1000 11101110 110011 1100001 0 111 100001100 1011101 110000

Color Harmonies of #7408EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7408EE

Black with #7408EE

Text Example


Text Example

White with #7408EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7408EE; }

 p { color: rgb(116,8,238); }

 H1.HeaderClassName
 {
   color: #7408EE;
 }
 .AnyTagClassName
 {
   color: #7408EE;
 }
</style>

background-color css

<style>
 a { background-color: #7408EE; }

 a { background-color: rgb(116,8,238); }

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

border-color css

<style>
 span { border-color: #7408EE; }

 span { border-color: rgb(116,8,238); }

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