Html Css Color HEX #7502ED Electric Indigo

📋 copy color: '#7502ED'

red 117 ◦ green 2 ◦ blue 237

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

Shades of Electric Indigo #7502ED

Tints of Electric Indigo #7502ED

RGB

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

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

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

R = 32.87%
G = 0.56%
B = 66.57%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7502ED (or 0x7502ED) is known color: Electric Indigo. HEX triplet: 75, 02 and ED. RGB value is (117,2,237). Sum of RGB (Red+Green+Blue) = 117+2+237=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 237 (92.97% from 255 or 66.57% from 356); Max value from RGB is 237 - color contains mainly: blue. Hex color #7502ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7502ED is #8AFD12. Grayscale: #3E3E3E. Windows color (decimal): -9108755 or 15532661. OLE color: 15532661.

HSL color Cylindrical-coordinate representation of color #7502ED: hue angle of 269.36º 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 #7502ED is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 2 237 -
CMYK 0.51 0.99 0 0.07
HSL 269.36º 0.98% 0.47% -
HSV(B) 269.36º 0.99% 0.93% -
XYZ 22.64 9.94 80.85 -
YUV 63.18 226.1 166.39 -
System Red Green Blue C M Y K H S L
Decimal 117 2 237 0.51 0.99 0 0.07 269.36 0.98 0.47
Hex 75 2 ED 33 63 0 7 10D 62 2F
Octal 165 2 355 63 143 0 7 415 142 57
Binary 1110101 10 11101101 110011 1100011 0 111 100001101 1100010 101111

Color Harmonies of #7502ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7502ED

Black with #7502ED

Text Example


Text Example

White with #7502ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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