Html Css Color HEX #7502F0 Electric Indigo

📋 copy color: '#7502F0'

red 117 ◦ green 2 ◦ blue 240

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

Shades of Electric Indigo #7502F0

Tints of Electric Indigo #7502F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 66.85%

R = 32.59%
G = 0.56%
B = 66.85%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7502F0 (or 0x7502F0) is known color: Electric Indigo. HEX triplet: 75, 02 and F0. RGB value is (117,2,240). Sum of RGB (Red+Green+Blue) = 117+2+240=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 240 (94.14% from 255 or 66.85% from 359); Max value from RGB is 240 - color contains mainly: blue. Hex color #7502F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7502F0 is #8AFD0F. Grayscale: #3E3E3E. Windows color (decimal): -9108752 or 15729269. OLE color: 15729269.

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

Color convert

RGB 117 2 240 -
CMYK 0.51 0.99 0 0.06
HSL 268.99º 0.98% 0.47% -
HSV(B) 268.99º 0.99% 0.94% -
XYZ 23.09 10.12 83.17 -
YUV 63.52 227.6 166.15 -
System Red Green Blue C M Y K H S L
Decimal 117 2 240 0.51 0.99 0 0.06 268.99 0.98 0.47
Hex 75 2 F0 33 63 0 6 10D 62 2F
Octal 165 2 360 63 143 0 6 415 142 57
Binary 1110101 10 11110000 110011 1100011 0 110 100001101 1100010 101111

Color Harmonies of #7502F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7502F0

Black with #7502F0

Text Example


Text Example

White with #7502F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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