#730FEE

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

Shades of Electric Indigo #730FEE

Tints of Electric Indigo #730FEE

Color information

#730FEE (or 0x730FEE) is unknown color: approx Electric Indigo. HEX triplet: 73, 0F and EE. RGB value is (115,15,238). Sum of RGB (Red+Green+Blue) = 115+15+238=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 238 (93.36% from 255 or 64.67% from 368); Max value from RGB is 238 - color contains mainly: blue. Hex color #730FEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730FEE is #8CF011. Grayscale: #454545. Windows color (decimal): -9236498 or 15601523. OLE color: 15601523.

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

Color convert

RGB11515238-
CMYK0.520.9400.07
HSL266.91º88.14%49.61%-
HSV(B)266.91º93.7%93.33%-
XYZ22.6710.1681.65-
YUV70.32222.63159.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.25%
GREEN value IS 15 (6.25% from 255) = 4.08%
BLUE value IS 238 (93.36% from 255) = 64.67%
R=31.25%
G=4.08%
B=64.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal115152380.520.9400.07266.9188.1449.61
Hex73FEE345E0710b5832
Octal16317356641360741313062
Binary1110011111111101110110100101111001111000010111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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