Html Css Color HEX #7309FD Electric Indigo

📋 copy color: '#7309FD'

red 115 ◦ green 9 ◦ blue 253

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

Shades of Electric Indigo #7309FD

Tints of Electric Indigo #7309FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 67.11%

R = 30.5%
G = 2.39%
B = 67.11%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7309FD (or 0x7309FD) is known color: Electric Indigo. HEX triplet: 73, 09 and FD. RGB value is (115,9,253). Sum of RGB (Red+Green+Blue) = 115+9+253=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 253 (99.22% from 255 or 67.11% from 377); Max value from RGB is 253 - color contains mainly: blue. Hex color #7309FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7309FD is #8CF602. Grayscale: #434343. Windows color (decimal): -9238019 or 16583027. OLE color: 16583027.

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

Color convert

RGB 115 9 253 -
CMYK 0.55 0.96 0 0.01
HSL 266.07º 0.98% 0.51% -
HSV(B) 266.07º 0.96% 0.99% -
XYZ 24.9 10.93 93.73 -
YUV 68.51 232.12 161.16 -
System Red Green Blue C M Y K H S L
Decimal 115 9 253 0.55 0.96 0 0.01 266.07 0.98 0.51
Hex 73 9 FD 37 60 0 1 10A 62 33
Octal 163 11 375 67 140 0 1 412 142 63
Binary 1110011 1001 11111101 110111 1100000 0 1 100001010 1100010 110011

Color Harmonies of #7309FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7309FD

Black with #7309FD

Text Example


Text Example

White with #7309FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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