#770CF3

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

Shades of Electric Indigo #770CF3

Tints of Electric Indigo #770CF3

Color information

#770CF3 (or 0x770CF3) is unknown color: approx Electric Indigo. HEX triplet: 77, 0C and F3. RGB value is (119,12,243). Sum of RGB (Red+Green+Blue) = 119+12+243=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 243 (95.31% from 255 or 64.97% from 374); Max value from RGB is 243 - color contains mainly: blue. Hex color #770CF3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770CF3 is #88F30C. Grayscale: #454545. Windows color (decimal): -8975117 or 15928439. OLE color: 15928439.

HSL color Cylindrical-coordinate representation of color #770CF3: hue angle of 267.79º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770CF3 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11912243-
CMYK0.510.9500.05
HSL267.79º90.59%50%-
HSV(B)267.79º95.06%95.29%-
XYZ23.9210.6685.59-
YUV70.33225.45162.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.82%
GREEN value IS 12 (5.08% from 255) = 3.21%
BLUE value IS 243 (95.31% from 255) = 64.97%
R=31.82%
G=3.21%
B=64.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal119122430.510.9500.05267.7990.5950
Hex77CF3335F0510c5b32
Octal16714363631370541413362
Binary1110111110011110011110011101111101011000011001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,12,243); }

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

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

 a { background-color: rgb(119,12,243); }

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

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

 span { border-color: rgb(119,12,243); }

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