Html Css Color HEX #770EFB Electric Indigo

📋 copy color: '#770EFB'

red 119 ◦ green 14 ◦ blue 251

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

Shades of Electric Indigo #770EFB

Tints of Electric Indigo #770EFB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.65%

 BLUE value IS 251 (98.44% from 255) = 65.36%

R = 30.99%
G = 3.65%
B = 65.36%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#770EFB (or 0x770EFB) is known color: Electric Indigo. HEX triplet: 77, 0E and FB. RGB value is (119,14,251). Sum of RGB (Red+Green+Blue) = 119+14+251=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #770EFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770EFB is #88F104. Grayscale: #474747. Windows color (decimal): -8974597 or 16453239. OLE color: 16453239.

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

Color convert

RGB 119 14 251 -
CMYK 0.53 0.94 0 0.02
HSL 266.58º 0.97% 0.52% -
HSV(B) 266.58º 0.94% 0.98% -
XYZ 25.18 11.2 92.1 -
YUV 72.41 228.79 161.23 -
System Red Green Blue C M Y K H S L
Decimal 119 14 251 0.53 0.94 0 0.02 266.58 0.97 0.52
Hex 77 E FB 35 5E 0 2 10B 61 34
Octal 167 16 373 65 136 0 2 413 141 64
Binary 1110111 1110 11111011 110101 1011110 0 10 100001011 1100001 110100

Color Harmonies of #770EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770EFB

Black with #770EFB

Text Example


Text Example

White with #770EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,14,251); }

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

background-color css

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

 a { background-color: rgb(119,14,251); }

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

border-color css

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

 span { border-color: rgb(119,14,251); }

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