Html Css Color HEX #7A09E5 Electric Indigo

📋 copy color: '#7A09E5'

red 122 ◦ green 9 ◦ blue 229

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

Shades of Electric Indigo #7A09E5

Tints of Electric Indigo #7A09E5

RGB

 RED value IS 122 (48.05% from 255) = 33.89%

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

 BLUE value IS 229 (89.84% from 255) = 63.61%

R = 33.89%
G = 2.5%
B = 63.61%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7A09E5 (or 0x7A09E5) is known color: Electric Indigo. HEX triplet: 7A, 09 and E5. RGB value is (122,9,229). Sum of RGB (Red+Green+Blue) = 122+9+229=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 229 (89.84% from 255 or 63.61% from 360); Max value from RGB is 229 - color contains mainly: blue. Hex color #7A09E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A09E5 is #85F61A. Grayscale: #434343. Windows color (decimal): -8779291 or 15010170. OLE color: 15010170.

HSL color Cylindrical-coordinate representation of color #7A09E5: hue angle of 270.82º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A09E5 is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 122 9 229 -
CMYK 0.47 0.96 0 0.10
HSL 270.82º 0.92% 0.47% -
HSV(B) 270.82º 0.96% 0.9% -
XYZ 22.27 9.99 74.88 -
YUV 67.87 218.94 166.61 -
System Red Green Blue C M Y K H S L
Decimal 122 9 229 0.47 0.96 0 0.10 270.82 0.92 0.47
Hex 7A 9 E5 2F 60 0 A 10F 5C 2F
Octal 172 11 345 57 140 0 12 417 134 57
Binary 1111010 1001 11100101 101111 1100000 0 1010 100001111 1011100 101111

Color Harmonies of #7A09E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A09E5

Black with #7A09E5

Text Example


Text Example

White with #7A09E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A09E5; }

 p { color: rgb(122,9,229); }

 H1.HeaderClassName
 {
   color: #7A09E5;
 }
 .AnyTagClassName
 {
   color: #7A09E5;
 }
</style>

background-color css

<style>
 a { background-color: #7A09E5; }

 a { background-color: rgb(122,9,229); }

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

border-color css

<style>
 span { border-color: #7A09E5; }

 span { border-color: rgb(122,9,229); }

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