Html Css Color HEX #7309FF Electric Indigo

📋 copy color: '#7309FF'

red 115 ◦ green 9 ◦ blue 255

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

Shades of Electric Indigo #7309FF

Tints of Electric Indigo #7309FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 67.28%

R = 30.34%
G = 2.37%
B = 67.28%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7309FF (or 0x7309FF) is known color: Electric Indigo. HEX triplet: 73, 09 and FF. RGB value is (115,9,255). Sum of RGB (Red+Green+Blue) = 115+9+255=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 9 (3.91% from 255 or 2.37% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #7309FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7309FF is #8CF600. Grayscale: #434343. Windows color (decimal): -9238017 or 16714099. OLE color: 16714099.

HSL color Cylindrical-coordinate representation of color #7309FF: hue angle of 265.85º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7309FF is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 115 9 255 -
CMYK 0.55 0.96 0 0
HSL 265.85º 1% 0.52% -
HSV(B) 265.85º 0.96% 1% -
XYZ 25.22 11.06 95.41 -
YUV 68.74 233.12 161 -
System Red Green Blue C M Y K H S L
Decimal 115 9 255 0.55 0.96 0 0 265.85 1 0.52
Hex 73 9 FF 37 60 0 0 10A 64 34
Octal 163 11 377 67 140 0 0 412 144 64
Binary 1110011 1001 11111111 110111 1100000 0 0 100001010 1100100 110100

Color Harmonies of #7309FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7309FF

Black with #7309FF

Text Example


Text Example

White with #7309FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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