#7500EA

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

Shades of Electric Indigo #7500EA

Tints of Electric Indigo #7500EA

Color information

#7500EA (or 0x7500EA) is unknown color: approx Electric Indigo. HEX triplet: 75, 00 and EA. RGB value is (117,0,234). Sum of RGB (Red+Green+Blue) = 117+0+234=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 234 (91.80% from 255 or 66.67% from 351); Max value from RGB is 234 - color contains mainly: blue. Hex color #7500EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7500EA is #8AFF15. Grayscale: #3C3C3C. Windows color (decimal): -9109270 or 15335541. OLE color: 15335541.

HSL color Cylindrical-coordinate representation of color #7500EA: hue angle of 270º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7500EA is Cyan = 0.5, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1170234-
CMYK0.5100.08
HSL270º100%45.88%-
HSV(B)270º100%91.76%-
XYZ22.199.7278.55-
YUV61.66225.26167.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 234 (91.80% from 255) = 66.67%
R=33.33%
G=0%
B=66.67%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal11702340.5100.0827010045.88
Hex750EA32640810e642e
Octal16503526214401041614456
Binary11101010111010101100101100100010001000011101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7500EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7500EA; }

 p { color: rgb(117,0,234); }

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

<style>
 a { background-color: #7500EA; }

 a { background-color: rgb(117,0,234); }

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

<style>
 span { border-color: #7500EA; }

 span { border-color: rgb(117,0,234); }

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