Html Css Color HEX #7313FE Electric Indigo

📋 copy color: '#7313FE'

red 115 ◦ green 19 ◦ blue 254

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

Shades of Electric Indigo #7313FE

Tints of Electric Indigo #7313FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 65.46%

R = 29.64%
G = 4.9%
B = 65.46%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7313FE (or 0x7313FE) is known color: Electric Indigo. HEX triplet: 73, 13 and FE. RGB value is (115,19,254). Sum of RGB (Red+Green+Blue) = 115+19+254=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 19 (7.81% from 255 or 4.90% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #7313FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7313FE is #8CEC01. Grayscale: #494949. Windows color (decimal): -9235458 or 16651123. OLE color: 16651123.

HSL color Cylindrical-coordinate representation of color #7313FE: hue angle of 264.51º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7313FE is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 115 19 254 -
CMYK 0.55 0.93 0 0.00
HSL 264.51º 0.99% 0.54% -
HSV(B) 264.51º 0.93% 1% -
XYZ 25.19 11.27 94.61 -
YUV 74.49 229.3 156.89 -
System Red Green Blue C M Y K H S L
Decimal 115 19 254 0.55 0.93 0 0.00 264.51 0.99 0.54
Hex 73 13 FE 37 5D 0 0 109 63 36
Octal 163 23 376 67 135 0 0 411 143 66
Binary 1110011 10011 11111110 110111 1011101 0 0 100001001 1100011 110110

Color Harmonies of #7313FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7313FE

Black with #7313FE

Text Example


Text Example

White with #7313FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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