Html Css Color HEX #7320FC Electric Indigo

📋 copy color: '#7320FC'

red 115 ◦ green 32 ◦ blue 252

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

Shades of Electric Indigo #7320FC

Tints of Electric Indigo #7320FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.16%

R = 28.82%
G = 8.02%
B = 63.16%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7320FC (or 0x7320FC) is known color: Electric Indigo. HEX triplet: 73, 20 and FC. RGB value is (115,32,252). Sum of RGB (Red+Green+Blue) = 115+32+252=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #7320FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7320FC is #8CDF03. Grayscale: #515151. Windows color (decimal): -9232132 or 16523379. OLE color: 16523379.

HSL color Cylindrical-coordinate representation of color #7320FC: hue angle of 262.64º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7320FC is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 32 252 -
CMYK 0.54 0.87 0 0.01
HSL 262.64º 0.97% 0.56% -
HSV(B) 262.64º 0.87% 0.99% -
XYZ 25.16 11.71 93.03 -
YUV 81.9 224 151.61 -
System Red Green Blue C M Y K H S L
Decimal 115 32 252 0.54 0.87 0 0.01 262.64 0.97 0.56
Hex 73 20 FC 36 57 0 1 107 61 38
Octal 163 40 374 66 127 0 1 407 141 70
Binary 1110011 100000 11111100 110110 1010111 0 1 100000111 1100001 111000

Color Harmonies of #7320FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7320FC

Black with #7320FC

Text Example


Text Example

White with #7320FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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