#720FFA

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

Shades of Electric Indigo #720FFA

Tints of Electric Indigo #720FFA

Color information

#720FFA (or 0x720FFA) is unknown color: approx Electric Indigo. HEX triplet: 72, 0F and FA. RGB value is (114,15,250). Sum of RGB (Red+Green+Blue) = 114+15+250=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #720FFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #720FFA is #8DF005. Grayscale: #464646. Windows color (decimal): -9302022 or 16387954. OLE color: 16387954.

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

Color convert

RGB11415250-
CMYK0.540.9400.02
HSL265.28º95.92%51.96%-
HSV(B)265.28º94%98.04%-
XYZ24.3710.8291.25-
YUV71.39228.8158.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.08%
GREEN value IS 15 (6.25% from 255) = 3.96%
BLUE value IS 250 (98.05% from 255) = 65.96%
R=30.08%
G=3.96%
B=65.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal114152500.540.9400.02265.2895.9251.96
Hex72FFA365E021096034
Octal16217372661360241114064
Binary111001011111111101011011010111100101000010011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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