#730FFA

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

Shades of Electric Indigo #730FFA

Tints of Electric Indigo #730FFA

Color information

#730FFA (or 0x730FFA) is unknown color: approx Electric Indigo. HEX triplet: 73, 0F and FA. RGB value is (115,15,250). Sum of RGB (Red+Green+Blue) = 115+15+250=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 15 (6.25% from 255 or 3.95% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #730FFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730FFA is #8CF005. Grayscale: #464646. Windows color (decimal): -9236486 or 16387955. OLE color: 16387955.

HSL color Cylindrical-coordinate representation of color #730FFA: hue angle of 265.53º 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 #730FFA is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11515250-
CMYK0.540.9400.02
HSL265.53º95.92%51.96%-
HSV(B)265.53º94%98.04%-
XYZ24.510.8991.25-
YUV71.69228.63158.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.26%
GREEN value IS 15 (6.25% from 255) = 3.95%
BLUE value IS 250 (98.05% from 255) = 65.79%
R=30.26%
G=3.95%
B=65.79%

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
Decimal115152500.540.9400.02265.5395.9251.96
Hex73FFA365E0210a6034
Octal16317372661360241214064
Binary111001111111111101011011010111100101000010101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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