Html Css Color HEX #7313EF Electric Indigo

📋 copy color: '#7313EF'

red 115 ◦ green 19 ◦ blue 239

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

Shades of Electric Indigo #7313EF

Tints of Electric Indigo #7313EF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.09%

 BLUE value IS 239 (93.75% from 255) = 64.08%

R = 30.83%
G = 5.09%
B = 64.08%

CMYK

 C value IS 0.52

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7313EF (or 0x7313EF) is known color: Electric Indigo. HEX triplet: 73, 13 and EF. RGB value is (115,19,239). Sum of RGB (Red+Green+Blue) = 115+19+239=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #7313EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7313EF is #8CEC10. Grayscale: #484848. Windows color (decimal): -9235473 or 15668083. OLE color: 15668083.

HSL color Cylindrical-coordinate representation of color #7313EF: hue angle of 266.18º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7313EF is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 19 239 -
CMYK 0.52 0.92 0 0.06
HSL 266.18º 0.87% 0.51% -
HSV(B) 266.18º 0.92% 0.94% -
XYZ 22.88 10.34 82.45 -
YUV 72.78 221.8 158.11 -
System Red Green Blue C M Y K H S L
Decimal 115 19 239 0.52 0.92 0 0.06 266.18 0.87 0.51
Hex 73 13 EF 34 5C 0 6 10A 57 33
Octal 163 23 357 64 134 0 6 412 127 63
Binary 1110011 10011 11101111 110100 1011100 0 110 100001010 1010111 110011

Color Harmonies of #7313EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7313EF

Black with #7313EF

Text Example


Text Example

White with #7313EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7313EF; }

 p { color: rgb(115,19,239); }

 H1.HeaderClassName
 {
   color: #7313EF;
 }
 .AnyTagClassName
 {
   color: #7313EF;
 }
</style>

background-color css

<style>
 a { background-color: #7313EF; }

 a { background-color: rgb(115,19,239); }

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

border-color css

<style>
 span { border-color: #7313EF; }

 span { border-color: rgb(115,19,239); }

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