Html Css Color HEX #770FF0 Electric Indigo

📋 copy color: '#770FF0'

red 119 ◦ green 15 ◦ blue 240

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

Shades of Electric Indigo #770FF0

Tints of Electric Indigo #770FF0

RGB

 RED value IS 119 (46.88% from 255) = 31.82%

 GREEN value IS 15 (6.25% from 255) = 4.01%

 BLUE value IS 240 (94.14% from 255) = 64.17%

R = 31.82%
G = 4.01%
B = 64.17%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#770FF0 (or 0x770FF0) is known color: Electric Indigo. HEX triplet: 77, 0F and F0. RGB value is (119,15,240). Sum of RGB (Red+Green+Blue) = 119+15+240=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 15 (6.25% from 255 or 4.01% from 374); Blue value is 240 (94.14% from 255 or 64.17% from 374); Max value from RGB is 240 - color contains mainly: blue. Hex color #770FF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770FF0 is #88F00F. Grayscale: #464646. Windows color (decimal): -8974352 or 15732599. OLE color: 15732599.

HSL color Cylindrical-coordinate representation of color #770FF0: hue angle of 267.73º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770FF0 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 119 15 240 -
CMYK 0.50 0.94 0 0.06
HSL 267.73º 0.88% 0.5% -
HSV(B) 267.73º 0.94% 0.94% -
XYZ 23.51 10.55 83.24 -
YUV 71.75 222.96 161.7 -
System Red Green Blue C M Y K H S L
Decimal 119 15 240 0.50 0.94 0 0.06 267.73 0.88 0.5
Hex 77 F F0 32 5E 0 6 10C 58 32
Octal 167 17 360 62 136 0 6 414 130 62
Binary 1110111 1111 11110000 110010 1011110 0 110 100001100 1011000 110010

Color Harmonies of #770FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770FF0

Black with #770FF0

Text Example


Text Example

White with #770FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,15,240); }

 H1.HeaderClassName
 {
   color: #770FF0;
 }
 .AnyTagClassName
 {
   color: #770FF0;
 }
</style>

background-color css

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

 a { background-color: rgb(119,15,240); }

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

border-color css

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

 span { border-color: rgb(119,15,240); }

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