Html Css Color HEX #7409E7 Electric Indigo

📋 copy color: '#7409E7'

red 116 ◦ green 9 ◦ blue 231

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

Shades of Electric Indigo #7409E7

Tints of Electric Indigo #7409E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 64.89%

R = 32.58%
G = 2.53%
B = 64.89%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7409E7 (or 0x7409E7) is known color: Electric Indigo. HEX triplet: 74, 09 and E7. RGB value is (116,9,231). Sum of RGB (Red+Green+Blue) = 116+9+231=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 231 (90.62% from 255 or 64.89% from 356); Max value from RGB is 231 - color contains mainly: blue. Hex color #7409E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7409E7 is #8BF618. Grayscale: #414141. Windows color (decimal): -9172505 or 15141236. OLE color: 15141236.

HSL color Cylindrical-coordinate representation of color #7409E7: hue angle of 268.92º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7409E7 is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 116 9 231 -
CMYK 0.50 0.96 0 0.09
HSL 268.92º 0.93% 0.47% -
HSV(B) 268.92º 0.96% 0.91% -
XYZ 21.72 9.68 76.32 -
YUV 66.3 220.95 163.45 -
System Red Green Blue C M Y K H S L
Decimal 116 9 231 0.50 0.96 0 0.09 268.92 0.93 0.47
Hex 74 9 E7 32 60 0 9 10D 5C 2F
Octal 164 11 347 62 140 0 11 415 134 57
Binary 1110100 1001 11100111 110010 1100000 0 1001 100001101 1011100 101111

Color Harmonies of #7409E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7409E7

Black with #7409E7

Text Example


Text Example

White with #7409E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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