Html Css Color HEX #7409F9 Electric Indigo

📋 copy color: '#7409F9'

red 116 ◦ green 9 ◦ blue 249

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

Shades of Electric Indigo #7409F9

Tints of Electric Indigo #7409F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 66.58%

R = 31.02%
G = 2.41%
B = 66.58%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7409F9 (or 0x7409F9) is known color: Electric Indigo. HEX triplet: 74, 09 and F9. RGB value is (116,9,249). Sum of RGB (Red+Green+Blue) = 116+9+249=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 249 (97.66% from 255 or 66.58% from 374); Max value from RGB is 249 - color contains mainly: blue. Hex color #7409F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7409F9 is #8BF606. Grayscale: #434343. Windows color (decimal): -9172487 or 16320884. OLE color: 16320884.

HSL color Cylindrical-coordinate representation of color #7409F9: hue angle of 266.75º degrees, saturation: 0.95, 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 #7409F9 is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 9 249 -
CMYK 0.53 0.96 0 0.02
HSL 266.75º 0.95% 0.51% -
HSV(B) 266.75º 0.96% 0.98% -
XYZ 24.4 10.75 90.41 -
YUV 68.35 229.95 161.99 -
System Red Green Blue C M Y K H S L
Decimal 116 9 249 0.53 0.96 0 0.02 266.75 0.95 0.51
Hex 74 9 F9 35 60 0 2 10B 5F 33
Octal 164 11 371 65 140 0 2 413 137 63
Binary 1110100 1001 11111001 110101 1100000 0 10 100001011 1011111 110011

Color Harmonies of #7409F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7409F9

Black with #7409F9

Text Example


Text Example

White with #7409F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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