Html Css Color HEX #7504EA Electric Indigo

📋 copy color: '#7504EA'

red 117 ◦ green 4 ◦ blue 234

#7504EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #7504EA

Tints of Electric Indigo #7504EA

RGB

 RED value IS 117 (46.09% from 255) = 32.96%

 GREEN value IS 4 (1.95% from 255) = 1.13%

 BLUE value IS 234 (91.8% from 255) = 65.92%

R = 32.96%
G = 1.13%
B = 65.92%

CMYK

 C value IS 0.5

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7504EA (or 0x7504EA) is known color: Electric Indigo. HEX triplet: 75, 04 and EA. RGB value is (117,4,234). Sum of RGB (Red+Green+Blue) = 117+4+234=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 234 (91.80% from 255 or 65.92% from 355); Max value from RGB is 234 - color contains mainly: blue. Hex color #7504EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7504EA is #8AFB15. Grayscale: #3F3F3F. Windows color (decimal): -9108246 or 15336565. OLE color: 15336565.

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

Color convert

RGB 117 4 234 -
CMYK 0.5 0.98 0 0.08
HSL 269.48º 0.97% 0.47% -
HSV(B) 269.48º 0.98% 0.92% -
XYZ 22.23 9.81 78.56 -
YUV 64.01 223.94 165.8 -
System Red Green Blue C M Y K H S L
Decimal 117 4 234 0.5 0.98 0 0.08 269.48 0.97 0.47
Hex 75 4 EA 32 62 0 8 10D 61 2F
Octal 165 4 352 62 142 0 10 415 141 57
Binary 1110101 100 11101010 110010 1100010 0 1000 100001101 1100001 101111

Color Harmonies of #7504EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7504EA

Black with #7504EA

Text Example


Text Example

White with #7504EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7504EA;
 }
 .AnyTagClassName
 {
   color: #7504EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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