Html Css Color HEX #7502E2 Electric Indigo

📋 copy color: '#7502E2'

red 117 ◦ green 2 ◦ blue 226

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

Shades of Electric Indigo #7502E2

Tints of Electric Indigo #7502E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 65.51%

R = 33.91%
G = 0.58%
B = 65.51%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7502E2 (or 0x7502E2) is known color: Electric Indigo. HEX triplet: 75, 02 and E2. RGB value is (117,2,226). Sum of RGB (Red+Green+Blue) = 117+2+226=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 226 (88.67% from 255 or 65.51% from 345); Max value from RGB is 226 - color contains mainly: blue. Hex color #7502E2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7502E2 is #8AFD1D. Grayscale: #3D3D3D. Windows color (decimal): -9108766 or 14811765. OLE color: 14811765.

HSL color Cylindrical-coordinate representation of color #7502E2: hue angle of 270.8º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7502E2 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 117 2 226 -
CMYK 0.48 0.99 0 0.11
HSL 270.8º 0.98% 0.45% -
HSV(B) 270.8º 0.99% 0.89% -
XYZ 21.09 9.32 72.64 -
YUV 61.92 220.6 167.29 -
System Red Green Blue C M Y K H S L
Decimal 117 2 226 0.48 0.99 0 0.11 270.8 0.98 0.45
Hex 75 2 E2 30 63 0 B 10F 62 2D
Octal 165 2 342 60 143 0 13 417 142 55
Binary 1110101 10 11100010 110000 1100011 0 1011 100001111 1100010 101101

Color Harmonies of #7502E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7502E2

Black with #7502E2

Text Example


Text Example

White with #7502E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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