#7700EB

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

Shades of Electric Indigo #7700EB

Tints of Electric Indigo #7700EB

Color information

#7700EB (or 0x7700EB) is unknown color: approx Electric Indigo. HEX triplet: 77, 00 and EB. RGB value is (119,0,235). Sum of RGB (Red+Green+Blue) = 119+0+235=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 235 (92.19% from 255 or 66.38% from 354); Max value from RGB is 235 - color contains mainly: blue. Hex color #7700EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7700EB is #88FF14. Grayscale: #3D3D3D. Windows color (decimal): -8978197 or 15401079. OLE color: 15401079.

HSL color Cylindrical-coordinate representation of color #7700EB: hue angle of 270.38º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7700EB is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1190235-
CMYK0.49100.08
HSL270.38º100%46.08%-
HSV(B)270.38º100%92.16%-
XYZ22.69.9279.32-
YUV62.37225.42168.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 235 (92.19% from 255) = 66.38%
R=33.62%
G=0%
B=66.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal11902350.49100.08270.3810046.08
Hex770EB31640810e642e
Octal16703536114401041614456
Binary11101110111010111100011100100010001000011101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7700EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7700EB; }

 p { color: rgb(119,0,235); }

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

<style>
 a { background-color: #7700EB; }

 a { background-color: rgb(119,0,235); }

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

<style>
 span { border-color: #7700EB; }

 span { border-color: rgb(119,0,235); }

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