Html Css Color HEX #770BFF Electric Indigo

📋 copy color: '#770BFF'

red 119 ◦ green 11 ◦ blue 255

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

Shades of Electric Indigo #770BFF

Tints of Electric Indigo #770BFF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.86%

 BLUE value IS 255 (100% from 255) = 66.23%

R = 30.91%
G = 2.86%
B = 66.23%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#770BFF (or 0x770BFF) is known color: Electric Indigo. HEX triplet: 77, 0B and FF. RGB value is (119,11,255). Sum of RGB (Red+Green+Blue) = 119+11+255=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #770BFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770BFF is #88F400. Grayscale: #464646. Windows color (decimal): -8975361 or 16714615. OLE color: 16714615.

HSL color Cylindrical-coordinate representation of color #770BFF: hue angle of 266.56º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770BFF is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 119 11 255 -
CMYK 0.53 0.96 0 0
HSL 266.56º 1% 0.52% -
HSV(B) 266.56º 0.96% 1% -
XYZ 25.78 11.38 95.45 -
YUV 71.11 231.78 162.16 -
System Red Green Blue C M Y K H S L
Decimal 119 11 255 0.53 0.96 0 0 266.56 1 0.52
Hex 77 B FF 35 60 0 0 10B 64 34
Octal 167 13 377 65 140 0 0 413 144 64
Binary 1110111 1011 11111111 110101 1100000 0 0 100001011 1100100 110100

Color Harmonies of #770BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770BFF

Black with #770BFF

Text Example


Text Example

White with #770BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,11,255); }

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

background-color css

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

 a { background-color: rgb(119,11,255); }

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

border-color css

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

 span { border-color: rgb(119,11,255); }

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