Html Css Color HEX #7320FA Electric Indigo

📋 copy color: '#7320FA'

red 115 ◦ green 32 ◦ blue 250

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

Shades of Electric Indigo #7320FA

Tints of Electric Indigo #7320FA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.06%

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

R = 28.97%
G = 8.06%
B = 62.97%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7320FA (or 0x7320FA) is known color: Electric Indigo. HEX triplet: 73, 20 and FA. RGB value is (115,32,250). Sum of RGB (Red+Green+Blue) = 115+32+250=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #7320FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7320FA is #8CDF05. Grayscale: #505050. Windows color (decimal): -9232134 or 16392307. OLE color: 16392307.

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

Color convert

RGB 115 32 250 -
CMYK 0.54 0.87 0 0.02
HSL 262.84º 0.96% 0.55% -
HSV(B) 262.84º 0.87% 0.98% -
XYZ 24.84 11.58 91.37 -
YUV 81.67 223 151.77 -
System Red Green Blue C M Y K H S L
Decimal 115 32 250 0.54 0.87 0 0.02 262.84 0.96 0.55
Hex 73 20 FA 36 57 0 2 107 60 37
Octal 163 40 372 66 127 0 2 407 140 67
Binary 1110011 100000 11111010 110110 1010111 0 10 100000111 1100000 110111

Color Harmonies of #7320FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7320FA

Black with #7320FA

Text Example


Text Example

White with #7320FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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