Html Css Color HEX #7502EC Electric Indigo

📋 copy color: '#7502EC'

red 117 ◦ green 2 ◦ blue 236

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

Shades of Electric Indigo #7502EC

Tints of Electric Indigo #7502EC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

 BLUE value IS 236 (92.58% from 255) = 66.48%

R = 32.96%
G = 0.56%
B = 66.48%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7502EC (or 0x7502EC) is known color: Electric Indigo. HEX triplet: 75, 02 and EC. RGB value is (117,2,236). Sum of RGB (Red+Green+Blue) = 117+2+236=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 236 (92.58% from 255 or 66.48% from 355); Max value from RGB is 236 - color contains mainly: blue. Hex color #7502EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7502EC is #8AFD13. Grayscale: #3E3E3E. Windows color (decimal): -9108756 or 15467125. OLE color: 15467125.

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

Color convert

RGB 117 2 236 -
CMYK 0.50 0.99 0 0.07
HSL 269.49º 0.98% 0.47% -
HSV(B) 269.49º 0.99% 0.93% -
XYZ 22.5 9.88 80.08 -
YUV 63.06 225.6 166.47 -
System Red Green Blue C M Y K H S L
Decimal 117 2 236 0.50 0.99 0 0.07 269.49 0.98 0.47
Hex 75 2 EC 32 63 0 7 10D 62 2F
Octal 165 2 354 62 143 0 7 415 142 57
Binary 1110101 10 11101100 110010 1100011 0 111 100001101 1100010 101111

Color Harmonies of #7502EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7502EC

Black with #7502EC

Text Example


Text Example

White with #7502EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7502EC; }

 p { color: rgb(117,2,236); }

 H1.HeaderClassName
 {
   color: #7502EC;
 }
 .AnyTagClassName
 {
   color: #7502EC;
 }
</style>

background-color css

<style>
 a { background-color: #7502EC; }

 a { background-color: rgb(117,2,236); }

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

border-color css

<style>
 span { border-color: #7502EC; }

 span { border-color: rgb(117,2,236); }

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