Html Css Color HEX #7505EE Electric Indigo

📋 copy color: '#7505EE'

red 117 ◦ green 5 ◦ blue 238

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

Shades of Electric Indigo #7505EE

Tints of Electric Indigo #7505EE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.39%

 BLUE value IS 238 (93.36% from 255) = 66.11%

R = 32.5%
G = 1.39%
B = 66.11%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7505EE (or 0x7505EE) is known color: Electric Indigo. HEX triplet: 75, 05 and EE. RGB value is (117,5,238). Sum of RGB (Red+Green+Blue) = 117+5+238=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 238 (93.36% from 255 or 66.11% from 360); Max value from RGB is 238 - color contains mainly: blue. Hex color #7505EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7505EE is #8AFA11. Grayscale: #404040. Windows color (decimal): -9107986 or 15598965. OLE color: 15598965.

HSL color Cylindrical-coordinate representation of color #7505EE: hue angle of 268.84º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7505EE is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 5 238 -
CMYK 0.51 0.98 0 0.07
HSL 268.84º 0.96% 0.48% -
HSV(B) 268.84º 0.98% 0.93% -
XYZ 22.82 10.06 81.63 -
YUV 65.05 225.61 165.05 -
System Red Green Blue C M Y K H S L
Decimal 117 5 238 0.51 0.98 0 0.07 268.84 0.96 0.48
Hex 75 5 EE 33 62 0 7 10D 60 30
Octal 165 5 356 63 142 0 7 415 140 60
Binary 1110101 101 11101110 110011 1100010 0 111 100001101 1100000 110000

Color Harmonies of #7505EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7505EE

Black with #7505EE

Text Example


Text Example

White with #7505EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7505EE; }

 p { color: rgb(117,5,238); }

 H1.HeaderClassName
 {
   color: #7505EE;
 }
 .AnyTagClassName
 {
   color: #7505EE;
 }
</style>

background-color css

<style>
 a { background-color: #7505EE; }

 a { background-color: rgb(117,5,238); }

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

border-color css

<style>
 span { border-color: #7505EE; }

 span { border-color: rgb(117,5,238); }

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