#770DEC

Color #770DEC Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #770DEC

Tints of Electric Indigo #770DEC

Color information

#770DEC (or 0x770DEC) is unknown color: approx Electric Indigo. HEX triplet: 77, 0D and EC. RGB value is (119,13,236). Sum of RGB (Red+Green+Blue) = 119+13+236=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 13 (5.47% from 255 or 3.53% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #770DEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770DEC is #88F213. Grayscale: #454545. Windows color (decimal): -8974868 or 15469943. OLE color: 15469943.

HSL color Cylindrical-coordinate representation of color #770DEC: hue angle of 268.52º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770DEC is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11913236-
CMYK0.500.9400.07
HSL268.52º89.56%48.82%-
HSV(B)268.52º94.49%92.55%-
XYZ22.8910.2780.13-
YUV70.12221.62162.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.34%
GREEN value IS 13 (5.47% from 255) = 3.53%
BLUE value IS 236 (92.58% from 255) = 64.13%
R=32.34%
G=3.53%
B=64.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal119132360.500.9400.07268.5289.5648.82
Hex77DEC325E0710d5a31
Octal16715354621360741513261
Binary1110111110111101100110010101111001111000011011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770DEC; }

 p { color: rgb(119,13,236); }

 H1.HeaderClassName
 {
   color: #770DEC;
 }
 .AnyTagClassName
 {
   color: #770DEC;
 }
</style>
background-color css

<style>
 a { background-color: #770DEC; }

 a { background-color: rgb(119,13,236); }

 div.DivClassName
 {
   background-color: #770DEC;
 }
 .BgClassName
 {
   background-color: #770DEC;
 }
</style>
border-color css

<style>
 span { border-color: #770DEC; }

 span { border-color: rgb(119,13,236); }

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