#7321FF

Color #7321FF Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #7321FF

Tints of Electric Indigo #7321FF

Color information

#7321FF (or 0x7321FF) is unknown color: approx Electric Indigo. HEX triplet: 73, 21 and FF. RGB value is (115,33,255). Sum of RGB (Red+Green+Blue) = 115+33+255=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #7321FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7321FF is #8CDE00. Grayscale: #525252. Windows color (decimal): -9231873 or 16720243. OLE color: 16720243.

HSL color Cylindrical-coordinate representation of color #7321FF: hue angle of 262.16º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7321FF is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB11533255-
CMYK0.550.8700
HSL262.16º100%56.47%-
HSV(B)262.16º87.06%100%-
XYZ25.6611.9595.56-
YUV82.83225.17150.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.54%
GREEN value IS 33 (13.28% from 255) = 8.19%
BLUE value IS 255 (100% from 255) = 63.28%
R=28.54%
G=8.19%
B=63.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal115332550.550.8700262.1610056.47
Hex7321FF3757001066438
Octal16341377671270040614470
Binary1110011100001111111111101111010111001000001101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7321FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7321FF; }

 p { color: rgb(115,33,255); }

 H1.HeaderClassName
 {
   color: #7321FF;
 }
 .AnyTagClassName
 {
   color: #7321FF;
 }
</style>
background-color css

<style>
 a { background-color: #7321FF; }

 a { background-color: rgb(115,33,255); }

 div.DivClassName
 {
   background-color: #7321FF;
 }
 .BgClassName
 {
   background-color: #7321FF;
 }
</style>
border-color css

<style>
 span { border-color: #7321FF; }

 span { border-color: rgb(115,33,255); }

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