Html Css Color HEX #750FEE Electric Indigo

📋 copy color: '#750FEE'

red 117 ◦ green 15 ◦ blue 238

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

Shades of Electric Indigo #750FEE

Tints of Electric Indigo #750FEE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.05%

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

R = 31.62%
G = 4.05%
B = 64.32%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#750FEE (or 0x750FEE) is known color: Electric Indigo. HEX triplet: 75, 0F and EE. RGB value is (117,15,238). Sum of RGB (Red+Green+Blue) = 117+15+238=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 238 (93.36% from 255 or 64.32% from 370); Max value from RGB is 238 - color contains mainly: blue. Hex color #750FEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750FEE is #8AF011. Grayscale: #464646. Windows color (decimal): -9105426 or 15601525. OLE color: 15601525.

HSL color Cylindrical-coordinate representation of color #750FEE: hue angle of 267.44º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750FEE is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 15 238 -
CMYK 0.51 0.94 0 0.07
HSL 267.44º 0.88% 0.5% -
HSV(B) 267.44º 0.94% 0.93% -
XYZ 22.94 10.3 81.67 -
YUV 70.92 222.29 160.87 -
System Red Green Blue C M Y K H S L
Decimal 117 15 238 0.51 0.94 0 0.07 267.44 0.88 0.5
Hex 75 F EE 33 5E 0 7 10B 58 32
Octal 165 17 356 63 136 0 7 413 130 62
Binary 1110101 1111 11101110 110011 1011110 0 111 100001011 1011000 110010

Color Harmonies of #750FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750FEE

Black with #750FEE

Text Example


Text Example

White with #750FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750FEE; }

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

 H1.HeaderClassName
 {
   color: #750FEE;
 }
 .AnyTagClassName
 {
   color: #750FEE;
 }
</style>

background-color css

<style>
 a { background-color: #750FEE; }

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

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

border-color css

<style>
 span { border-color: #750FEE; }

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

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