Html Css Color HEX #7309EA Electric Indigo

📋 copy color: '#7309EA'

red 115 ◦ green 9 ◦ blue 234

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

Shades of Electric Indigo #7309EA

Tints of Electric Indigo #7309EA

RGB

 RED value IS 115 (45.31% from 255) = 32.12%

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

 BLUE value IS 234 (91.8% from 255) = 65.36%

R = 32.12%
G = 2.51%
B = 65.36%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7309EA (or 0x7309EA) is known color: Electric Indigo. HEX triplet: 73, 09 and EA. RGB value is (115,9,234). Sum of RGB (Red+Green+Blue) = 115+9+234=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 234 (91.80% from 255 or 65.36% from 358); Max value from RGB is 234 - color contains mainly: blue. Hex color #7309EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7309EA is #8CF615. Grayscale: #414141. Windows color (decimal): -9238038 or 15337843. OLE color: 15337843.

HSL color Cylindrical-coordinate representation of color #7309EA: hue angle of 268.27º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7309EA is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 9 234 -
CMYK 0.51 0.96 0 0.08
HSL 268.27º 0.93% 0.48% -
HSV(B) 268.27º 0.96% 0.92% -
XYZ 22.02 9.78 78.57 -
YUV 66.34 222.62 162.7 -
System Red Green Blue C M Y K H S L
Decimal 115 9 234 0.51 0.96 0 0.08 268.27 0.93 0.48
Hex 73 9 EA 33 60 0 8 10C 5D 30
Octal 163 11 352 63 140 0 10 414 135 60
Binary 1110011 1001 11101010 110011 1100000 0 1000 100001100 1011101 110000

Color Harmonies of #7309EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7309EA

Black with #7309EA

Text Example


Text Example

White with #7309EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7309EA; }

 p { color: rgb(115,9,234); }

 H1.HeaderClassName
 {
   color: #7309EA;
 }
 .AnyTagClassName
 {
   color: #7309EA;
 }
</style>

background-color css

<style>
 a { background-color: #7309EA; }

 a { background-color: rgb(115,9,234); }

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

border-color css

<style>
 span { border-color: #7309EA; }

 span { border-color: rgb(115,9,234); }

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