#7310F9

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

Shades of Electric Indigo #7310F9

Tints of Electric Indigo #7310F9

Color information

#7310F9 (or 0x7310F9) is unknown color: approx Electric Indigo. HEX triplet: 73, 10 and F9. RGB value is (115,16,249). Sum of RGB (Red+Green+Blue) = 115+16+249=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 249 (97.66% from 255 or 65.53% from 380); Max value from RGB is 249 - color contains mainly: blue. Hex color #7310F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7310F9 is #8CEF06. Grayscale: #474747. Windows color (decimal): -9236231 or 16322675. OLE color: 16322675.

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

Color convert

RGB11516249-
CMYK0.540.9400.02
HSL265.49º95.1%51.96%-
HSV(B)265.49º93.57%97.65%-
XYZ24.3510.8590.43-
YUV72.16227.8158.55-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.26%
GREEN value IS 16 (6.64% from 255) = 4.21%
BLUE value IS 249 (97.66% from 255) = 65.53%
R=30.26%
G=4.21%
B=65.53%

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
Decimal115162490.540.9400.02265.4995.151.96
Hex7310F9365E021095f34
Octal16320371661360241113764
Binary1110011100001111100111011010111100101000010011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7310F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7310F9; }

 p { color: rgb(115,16,249); }

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

<style>
 a { background-color: #7310F9; }

 a { background-color: rgb(115,16,249); }

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

<style>
 span { border-color: #7310F9; }

 span { border-color: rgb(115,16,249); }

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