Html Css Color HEX #7511EF Electric Indigo

📋 copy color: '#7511EF'

red 117 ◦ green 17 ◦ blue 239

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

Shades of Electric Indigo #7511EF

Tints of Electric Indigo #7511EF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.56%

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

R = 31.37%
G = 4.56%
B = 64.08%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7511EF (or 0x7511EF) is known color: Electric Indigo. HEX triplet: 75, 11 and EF. RGB value is (117,17,239). Sum of RGB (Red+Green+Blue) = 117+17+239=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #7511EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7511EF is #8AEE10. Grayscale: #474747. Windows color (decimal): -9104913 or 15667573. OLE color: 15667573.

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

Color convert

RGB 117 17 239 -
CMYK 0.51 0.93 0 0.06
HSL 267.03º 0.87% 0.5% -
HSV(B) 267.03º 0.93% 0.94% -
XYZ 23.12 10.41 82.45 -
YUV 72.21 222.13 159.95 -
System Red Green Blue C M Y K H S L
Decimal 117 17 239 0.51 0.93 0 0.06 267.03 0.87 0.5
Hex 75 11 EF 33 5D 0 6 10B 57 32
Octal 165 21 357 63 135 0 6 413 127 62
Binary 1110101 10001 11101111 110011 1011101 0 110 100001011 1010111 110010

Color Harmonies of #7511EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7511EF

Black with #7511EF

Text Example


Text Example

White with #7511EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7511EF; }

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

 H1.HeaderClassName
 {
   color: #7511EF;
 }
 .AnyTagClassName
 {
   color: #7511EF;
 }
</style>

background-color css

<style>
 a { background-color: #7511EF; }

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

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

border-color css

<style>
 span { border-color: #7511EF; }

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

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