Html Css Color HEX #7309DF Electric Indigo

📋 copy color: '#7309DF'

red 115 ◦ green 9 ◦ blue 223

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

Shades of Electric Indigo #7309DF

Tints of Electric Indigo #7309DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 64.27%

R = 33.14%
G = 2.59%
B = 64.27%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7309DF (or 0x7309DF) is known color: Electric Indigo. HEX triplet: 73, 09 and DF. RGB value is (115,9,223). Sum of RGB (Red+Green+Blue) = 115+9+223=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #7309DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7309DF is #8CF620. Grayscale: #404040. Windows color (decimal): -9238049 or 14616947. OLE color: 14616947.

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

Color convert

RGB 115 9 223 -
CMYK 0.48 0.96 0 0.13
HSL 269.72º 0.92% 0.45% -
HSV(B) 269.72º 0.96% 0.87% -
XYZ 20.49 9.17 70.5 -
YUV 65.09 217.12 163.6 -
System Red Green Blue C M Y K H S L
Decimal 115 9 223 0.48 0.96 0 0.13 269.72 0.92 0.45
Hex 73 9 DF 30 60 0 D 10E 5C 2D
Octal 163 11 337 60 140 0 15 416 134 55
Binary 1110011 1001 11011111 110000 1100000 0 1101 100001110 1011100 101101

Color Harmonies of #7309DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7309DF

Black with #7309DF

Text Example


Text Example

White with #7309DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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