Html Css Color HEX #771CFB Electric Indigo

📋 copy color: '#771CFB'

red 119 ◦ green 28 ◦ blue 251

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

Shades of Electric Indigo #771CFB

Tints of Electric Indigo #771CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.04%

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

R = 29.9%
G = 7.04%
B = 63.07%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#771CFB (or 0x771CFB) is known color: Electric Indigo. HEX triplet: 77, 1C and FB. RGB value is (119,28,251). Sum of RGB (Red+Green+Blue) = 119+28+251=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 28 (11.33% from 255 or 7.04% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #771CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771CFB is #88E304. Grayscale: #4F4F4F. Windows color (decimal): -8971013 or 16456823. OLE color: 16456823.

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

Color convert

RGB 119 28 251 -
CMYK 0.53 0.89 0 0.02
HSL 264.48º 0.97% 0.55% -
HSV(B) 264.48º 0.89% 0.98% -
XYZ 25.44 11.72 92.19 -
YUV 80.63 224.15 155.37 -
System Red Green Blue C M Y K H S L
Decimal 119 28 251 0.53 0.89 0 0.02 264.48 0.97 0.55
Hex 77 1C FB 35 59 0 2 108 61 37
Octal 167 34 373 65 131 0 2 410 141 67
Binary 1110111 11100 11111011 110101 1011001 0 10 100001000 1100001 110111

Color Harmonies of #771CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771CFB

Black with #771CFB

Text Example


Text Example

White with #771CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771CFB; }

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

 H1.HeaderClassName
 {
   color: #771CFB;
 }
 .AnyTagClassName
 {
   color: #771CFB;
 }
</style>

background-color css

<style>
 a { background-color: #771CFB; }

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

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

border-color css

<style>
 span { border-color: #771CFB; }

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

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