Html Css Color HEX #7408FA Electric Indigo

📋 copy color: '#7408FA'

red 116 ◦ green 8 ◦ blue 250

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

Shades of Electric Indigo #7408FA

Tints of Electric Indigo #7408FA

RGB

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

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

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

R = 31.02%
G = 2.14%
B = 66.84%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7408FA (or 0x7408FA) is known color: Electric Indigo. HEX triplet: 74, 08 and FA. RGB value is (116,8,250). Sum of RGB (Red+Green+Blue) = 116+8+250=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 8 (3.52% from 255 or 2.14% from 374); Blue value is 250 (98.05% from 255 or 66.84% from 374); Max value from RGB is 250 - color contains mainly: blue. Hex color #7408FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7408FA is #8BF705. Grayscale: #434343. Windows color (decimal): -9172742 or 16386164. OLE color: 16386164.

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

Color convert

RGB 116 8 250 -
CMYK 0.54 0.97 0 0.02
HSL 266.78º 0.96% 0.51% -
HSV(B) 266.78º 0.97% 0.98% -
XYZ 24.54 10.79 91.23 -
YUV 67.88 230.78 162.32 -
System Red Green Blue C M Y K H S L
Decimal 116 8 250 0.54 0.97 0 0.02 266.78 0.96 0.51
Hex 74 8 FA 36 61 0 2 10B 60 33
Octal 164 10 372 66 141 0 2 413 140 63
Binary 1110100 1000 11111010 110110 1100001 0 10 100001011 1100000 110011

Color Harmonies of #7408FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7408FA

Black with #7408FA

Text Example


Text Example

White with #7408FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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