Html Css Color HEX #7502EB Electric Indigo

📋 copy color: '#7502EB'

red 117 ◦ green 2 ◦ blue 235

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

Shades of Electric Indigo #7502EB

Tints of Electric Indigo #7502EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.38%

R = 33.05%
G = 0.56%
B = 66.38%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7502EB (or 0x7502EB) is known color: Electric Indigo. HEX triplet: 75, 02 and EB. RGB value is (117,2,235). Sum of RGB (Red+Green+Blue) = 117+2+235=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 235 (92.19% from 255 or 66.38% from 354); Max value from RGB is 235 - color contains mainly: blue. Hex color #7502EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7502EB is #8AFD14. Grayscale: #3E3E3E. Windows color (decimal): -9108757 or 15401589. OLE color: 15401589.

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

Color convert

RGB 117 2 235 -
CMYK 0.50 0.99 0 0.08
HSL 269.61º 0.98% 0.46% -
HSV(B) 269.61º 0.99% 0.92% -
XYZ 22.35 9.82 79.32 -
YUV 62.95 225.1 166.55 -
System Red Green Blue C M Y K H S L
Decimal 117 2 235 0.50 0.99 0 0.08 269.61 0.98 0.46
Hex 75 2 EB 32 63 0 8 10E 62 2E
Octal 165 2 353 62 143 0 10 416 142 56
Binary 1110101 10 11101011 110010 1100011 0 1000 100001110 1100010 101110

Color Harmonies of #7502EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7502EB

Black with #7502EB

Text Example


Text Example

White with #7502EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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