Html Css Color HEX #7309FA Electric Indigo

📋 copy color: '#7309FA'

red 115 ◦ green 9 ◦ blue 250

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

Shades of Electric Indigo #7309FA

Tints of Electric Indigo #7309FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 66.84%

R = 30.75%
G = 2.41%
B = 66.84%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7309FA (or 0x7309FA) is known color: Electric Indigo. HEX triplet: 73, 09 and FA. RGB value is (115,9,250). Sum of RGB (Red+Green+Blue) = 115+9+250=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 250 (98.05% from 255 or 66.84% from 374); Max value from RGB is 250 - color contains mainly: blue. Hex color #7309FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7309FA is #8CF605. Grayscale: #434343. Windows color (decimal): -9238022 or 16386419. OLE color: 16386419.

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

Color convert

RGB 115 9 250 -
CMYK 0.54 0.96 0 0.02
HSL 266.39º 0.96% 0.51% -
HSV(B) 266.39º 0.96% 0.98% -
XYZ 24.42 10.74 91.23 -
YUV 68.17 230.62 161.4 -
System Red Green Blue C M Y K H S L
Decimal 115 9 250 0.54 0.96 0 0.02 266.39 0.96 0.51
Hex 73 9 FA 36 60 0 2 10A 60 33
Octal 163 11 372 66 140 0 2 412 140 63
Binary 1110011 1001 11111010 110110 1100000 0 10 100001010 1100000 110011

Color Harmonies of #7309FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7309FA

Black with #7309FA

Text Example


Text Example

White with #7309FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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