Html Css Color HEX #7209E5 Electric Indigo

📋 copy color: '#7209E5'

red 114 ◦ green 9 ◦ blue 229

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

Shades of Electric Indigo #7209E5

Tints of Electric Indigo #7209E5

RGB

 RED value IS 114 (44.92% from 255) = 32.39%

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

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

R = 32.39%
G = 2.56%
B = 65.06%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7209E5 (or 0x7209E5) is known color: Electric Indigo. HEX triplet: 72, 09 and E5. RGB value is (114,9,229). Sum of RGB (Red+Green+Blue) = 114+9+229=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 229 (89.84% from 255 or 65.06% from 352); Max value from RGB is 229 - color contains mainly: blue. Hex color #7209E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7209E5 is #8DF61A. Grayscale: #404040. Windows color (decimal): -9303579 or 15010162. OLE color: 15010162.

HSL color Cylindrical-coordinate representation of color #7209E5: hue angle of 268.64º 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 #7209E5 is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 114 9 229 -
CMYK 0.50 0.96 0 0.10
HSL 268.64º 0.92% 0.47% -
HSV(B) 268.64º 0.96% 0.9% -
XYZ 21.18 9.43 74.83 -
YUV 65.48 220.29 162.61 -
System Red Green Blue C M Y K H S L
Decimal 114 9 229 0.50 0.96 0 0.10 268.64 0.92 0.47
Hex 72 9 E5 32 60 0 A 10D 5C 2F
Octal 162 11 345 62 140 0 12 415 134 57
Binary 1110010 1001 11100101 110010 1100000 0 1010 100001101 1011100 101111

Color Harmonies of #7209E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7209E5

Black with #7209E5

Text Example


Text Example

White with #7209E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7209E5; }

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

 H1.HeaderClassName
 {
   color: #7209E5;
 }
 .AnyTagClassName
 {
   color: #7209E5;
 }
</style>

background-color css

<style>
 a { background-color: #7209E5; }

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

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

border-color css

<style>
 span { border-color: #7209E5; }

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

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