Html Css Color HEX #7811ED Electric Indigo

📋 copy color: '#7811ED'

red 120 ◦ green 17 ◦ blue 237

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

Shades of Electric Indigo #7811ED

Tints of Electric Indigo #7811ED

RGB

 RED value IS 120 (47.27% from 255) = 32.09%

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

 BLUE value IS 237 (92.97% from 255) = 63.37%

R = 32.09%
G = 4.55%
B = 63.37%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7811ED (or 0x7811ED) is known color: Electric Indigo. HEX triplet: 78, 11 and ED. RGB value is (120,17,237). Sum of RGB (Red+Green+Blue) = 120+17+237=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 237 (92.97% from 255 or 63.37% from 374); Max value from RGB is 237 - color contains mainly: blue. Hex color #7811ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7811ED is #87EE12. Grayscale: #484848. Windows color (decimal): -8908307 or 15536504. OLE color: 15536504.

HSL color Cylindrical-coordinate representation of color #7811ED: hue angle of 268.09º 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 #7811ED is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 120 17 237 -
CMYK 0.49 0.93 0 0.07
HSL 268.09º 0.87% 0.5% -
HSV(B) 268.09º 0.93% 0.93% -
XYZ 23.23 10.51 80.92 -
YUV 72.88 220.62 161.61 -
System Red Green Blue C M Y K H S L
Decimal 120 17 237 0.49 0.93 0 0.07 268.09 0.87 0.5
Hex 78 11 ED 31 5D 0 7 10C 57 32
Octal 170 21 355 61 135 0 7 414 127 62
Binary 1111000 10001 11101101 110001 1011101 0 111 100001100 1010111 110010

Color Harmonies of #7811ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7811ED

Black with #7811ED

Text Example


Text Example

White with #7811ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7811ED; }

 p { color: rgb(120,17,237); }

 H1.HeaderClassName
 {
   color: #7811ED;
 }
 .AnyTagClassName
 {
   color: #7811ED;
 }
</style>

background-color css

<style>
 a { background-color: #7811ED; }

 a { background-color: rgb(120,17,237); }

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

border-color css

<style>
 span { border-color: #7811ED; }

 span { border-color: rgb(120,17,237); }

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