#720FEF

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

Shades of Electric Indigo #720FEF

Tints of Electric Indigo #720FEF

Color information

#720FEF (or 0x720FEF) is unknown color: approx Electric Indigo. HEX triplet: 72, 0F and EF. RGB value is (114,15,239). Sum of RGB (Red+Green+Blue) = 114+15+239=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 239 (93.75% from 255 or 64.95% from 368); Max value from RGB is 239 - color contains mainly: blue. Hex color #720FEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #720FEF is #8DF010. Grayscale: #454545. Windows color (decimal): -9302033 or 15667058. OLE color: 15667058.

HSL color Cylindrical-coordinate representation of color #720FEF: hue angle of 266.52º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720FEF is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11415239-
CMYK0.520.9400.06
HSL266.52º88.19%49.8%-
HSV(B)266.52º93.72%93.73%-
XYZ22.6910.1582.42-
YUV70.14223.3159.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.98%
GREEN value IS 15 (6.25% from 255) = 4.08%
BLUE value IS 239 (93.75% from 255) = 64.95%
R=30.98%
G=4.08%
B=64.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal114152390.520.9400.06266.5288.1949.8
Hex72FEF345E0610b5832
Octal16217357641360641313062
Binary1110010111111101111110100101111001101000010111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720FEF; }

 p { color: rgb(114,15,239); }

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

<style>
 a { background-color: #720FEF; }

 a { background-color: rgb(114,15,239); }

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

<style>
 span { border-color: #720FEF; }

 span { border-color: rgb(114,15,239); }

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