Html Css Color HEX #7504ED Electric Indigo

📋 copy color: '#7504ED'

red 117 ◦ green 4 ◦ blue 237

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

Shades of Electric Indigo #7504ED

Tints of Electric Indigo #7504ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 66.2%

R = 32.68%
G = 1.12%
B = 66.2%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7504ED (or 0x7504ED) is known color: Electric Indigo. HEX triplet: 75, 04 and ED. RGB value is (117,4,237). Sum of RGB (Red+Green+Blue) = 117+4+237=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 237 (92.97% from 255 or 66.20% from 358); Max value from RGB is 237 - color contains mainly: blue. Hex color #7504ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7504ED is #8AFB12. Grayscale: #3F3F3F. Windows color (decimal): -9108243 or 15533173. OLE color: 15533173.

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

Color convert

RGB 117 4 237 -
CMYK 0.51 0.98 0 0.07
HSL 269.1º 0.97% 0.47% -
HSV(B) 269.1º 0.98% 0.93% -
XYZ 22.67 9.98 80.85 -
YUV 64.35 225.44 165.55 -
System Red Green Blue C M Y K H S L
Decimal 117 4 237 0.51 0.98 0 0.07 269.1 0.97 0.47
Hex 75 4 ED 33 62 0 7 10D 61 2F
Octal 165 4 355 63 142 0 7 415 141 57
Binary 1110101 100 11101101 110011 1100010 0 111 100001101 1100001 101111

Color Harmonies of #7504ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7504ED

Black with #7504ED

Text Example


Text Example

White with #7504ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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