Html Css Color HEX #7411EC Electric Indigo

📋 copy color: '#7411EC'

red 116 ◦ green 17 ◦ blue 236

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

Shades of Electric Indigo #7411EC

Tints of Electric Indigo #7411EC

RGB

 RED value IS 116 (45.7% from 255) = 31.44%

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

 BLUE value IS 236 (92.58% from 255) = 63.96%

R = 31.44%
G = 4.61%
B = 63.96%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7411EC (or 0x7411EC) is known color: Electric Indigo. HEX triplet: 74, 11 and EC. RGB value is (116,17,236). Sum of RGB (Red+Green+Blue) = 116+17+236=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 236 (92.58% from 255 or 63.96% from 369); Max value from RGB is 236 - color contains mainly: blue. Hex color #7411EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7411EC is #8BEE13. Grayscale: #464646. Windows color (decimal): -9170452 or 15470964. OLE color: 15470964.

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

Color convert

RGB 116 17 236 -
CMYK 0.51 0.93 0 0.07
HSL 267.12º 0.87% 0.5% -
HSV(B) 267.12º 0.93% 0.93% -
XYZ 22.54 10.17 80.13 -
YUV 71.57 220.8 159.69 -
System Red Green Blue C M Y K H S L
Decimal 116 17 236 0.51 0.93 0 0.07 267.12 0.87 0.5
Hex 74 11 EC 33 5D 0 7 10B 57 32
Octal 164 21 354 63 135 0 7 413 127 62
Binary 1110100 10001 11101100 110011 1011101 0 111 100001011 1010111 110010

Color Harmonies of #7411EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7411EC

Black with #7411EC

Text Example


Text Example

White with #7411EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7411EC; }

 p { color: rgb(116,17,236); }

 H1.HeaderClassName
 {
   color: #7411EC;
 }
 .AnyTagClassName
 {
   color: #7411EC;
 }
</style>

background-color css

<style>
 a { background-color: #7411EC; }

 a { background-color: rgb(116,17,236); }

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

border-color css

<style>
 span { border-color: #7411EC; }

 span { border-color: rgb(116,17,236); }

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