Html Css Color HEX #750FEF Electric Indigo

📋 copy color: '#750FEF'

red 117 ◦ green 15 ◦ blue 239

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

Shades of Electric Indigo #750FEF

Tints of Electric Indigo #750FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 64.42%

R = 31.54%
G = 4.04%
B = 64.42%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#750FEF (or 0x750FEF) is known color: Electric Indigo. HEX triplet: 75, 0F and EF. RGB value is (117,15,239). Sum of RGB (Red+Green+Blue) = 117+15+239=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #750FEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750FEF is #8AF010. Grayscale: #464646. Windows color (decimal): -9105425 or 15667061. OLE color: 15667061.

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

Color convert

RGB 117 15 239 -
CMYK 0.51 0.94 0 0.06
HSL 267.32º 0.88% 0.5% -
HSV(B) 267.32º 0.94% 0.94% -
XYZ 23.09 10.36 82.44 -
YUV 71.03 222.79 160.79 -
System Red Green Blue C M Y K H S L
Decimal 117 15 239 0.51 0.94 0 0.06 267.32 0.88 0.5
Hex 75 F EF 33 5E 0 6 10B 58 32
Octal 165 17 357 63 136 0 6 413 130 62
Binary 1110101 1111 11101111 110011 1011110 0 110 100001011 1011000 110010

Color Harmonies of #750FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750FEF

Black with #750FEF

Text Example


Text Example

White with #750FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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