Html Css Color HEX #7409FA Electric Indigo

📋 copy color: '#7409FA'

red 116 ◦ green 9 ◦ blue 250

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

Shades of Electric Indigo #7409FA

Tints of Electric Indigo #7409FA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.4%

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

R = 30.93%
G = 2.4%
B = 66.67%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7409FA (or 0x7409FA) is known color: Electric Indigo. HEX triplet: 74, 09 and FA. RGB value is (116,9,250). Sum of RGB (Red+Green+Blue) = 116+9+250=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 250 (98.05% from 255 or 66.67% from 375); Max value from RGB is 250 - color contains mainly: blue. Hex color #7409FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7409FA is #8BF605. Grayscale: #434343. Windows color (decimal): -9172486 or 16386420. OLE color: 16386420.

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

Color convert

RGB 116 9 250 -
CMYK 0.54 0.96 0 0.02
HSL 266.64º 0.96% 0.51% -
HSV(B) 266.64º 0.96% 0.98% -
XYZ 24.56 10.81 91.23 -
YUV 68.47 230.45 161.9 -
System Red Green Blue C M Y K H S L
Decimal 116 9 250 0.54 0.96 0 0.02 266.64 0.96 0.51
Hex 74 9 FA 36 60 0 2 10B 60 33
Octal 164 11 372 66 140 0 2 413 140 63
Binary 1110100 1001 11111010 110110 1100000 0 10 100001011 1100000 110011

Color Harmonies of #7409FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7409FA

Black with #7409FA

Text Example


Text Example

White with #7409FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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