Html Css Color HEX #7316EF Electric Indigo

📋 copy color: '#7316EF'

red 115 ◦ green 22 ◦ blue 239

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

Shades of Electric Indigo #7316EF

Tints of Electric Indigo #7316EF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.85%

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

R = 30.59%
G = 5.85%
B = 63.56%

CMYK

 C value IS 0.52

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7316EF (or 0x7316EF) is known color: Electric Indigo. HEX triplet: 73, 16 and EF. RGB value is (115,22,239). Sum of RGB (Red+Green+Blue) = 115+22+239=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 22 (8.98% from 255 or 5.85% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #7316EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7316EF is #8CE910. Grayscale: #494949. Windows color (decimal): -9234705 or 15668851. OLE color: 15668851.

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

Color convert

RGB 115 22 239 -
CMYK 0.52 0.91 0 0.06
HSL 265.71º 0.87% 0.51% -
HSV(B) 265.71º 0.91% 0.94% -
XYZ 22.94 10.45 82.47 -
YUV 74.55 220.81 156.86 -
System Red Green Blue C M Y K H S L
Decimal 115 22 239 0.52 0.91 0 0.06 265.71 0.87 0.51
Hex 73 16 EF 34 5B 0 6 10A 57 33
Octal 163 26 357 64 133 0 6 412 127 63
Binary 1110011 10110 11101111 110100 1011011 0 110 100001010 1010111 110011

Color Harmonies of #7316EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7316EF

Black with #7316EF

Text Example


Text Example

White with #7316EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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