Html Css Color HEX #7315FA Electric Indigo

📋 copy color: '#7315FA'

red 115 ◦ green 21 ◦ blue 250

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

Shades of Electric Indigo #7315FA

Tints of Electric Indigo #7315FA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.44%

 BLUE value IS 250 (98.05% from 255) = 64.77%

R = 29.79%
G = 5.44%
B = 64.77%

CMYK

 C value IS 0.54

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7315FA (or 0x7315FA) is known color: Electric Indigo. HEX triplet: 73, 15 and FA. RGB value is (115,21,250). Sum of RGB (Red+Green+Blue) = 115+21+250=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 250 (98.05% from 255 or 64.77% from 386); Max value from RGB is 250 - color contains mainly: blue. Hex color #7315FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7315FA is #8CEA05. Grayscale: #4A4A4A. Windows color (decimal): -9234950 or 16389491. OLE color: 16389491.

HSL color Cylindrical-coordinate representation of color #7315FA: hue angle of 264.63º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7315FA is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 21 250 -
CMYK 0.54 0.92 0 0.02
HSL 264.63º 0.96% 0.53% -
HSV(B) 264.63º 0.92% 0.98% -
XYZ 24.59 11.08 91.29 -
YUV 75.21 226.64 156.38 -
System Red Green Blue C M Y K H S L
Decimal 115 21 250 0.54 0.92 0 0.02 264.63 0.96 0.53
Hex 73 15 FA 36 5C 0 2 109 60 35
Octal 163 25 372 66 134 0 2 411 140 65
Binary 1110011 10101 11111010 110110 1011100 0 10 100001001 1100000 110101

Color Harmonies of #7315FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7315FA

Black with #7315FA

Text Example


Text Example

White with #7315FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7315FA; }

 p { color: rgb(115,21,250); }

 H1.HeaderClassName
 {
   color: #7315FA;
 }
 .AnyTagClassName
 {
   color: #7315FA;
 }
</style>

background-color css

<style>
 a { background-color: #7315FA; }

 a { background-color: rgb(115,21,250); }

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

border-color css

<style>
 span { border-color: #7315FA; }

 span { border-color: rgb(115,21,250); }

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