Html Css Color HEX #771BFB Electric Indigo

📋 copy color: '#771BFB'

red 119 ◦ green 27 ◦ blue 251

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

Shades of Electric Indigo #771BFB

Tints of Electric Indigo #771BFB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.8%

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

R = 29.97%
G = 6.8%
B = 63.22%

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

#771BFB (or 0x771BFB) is known color: Electric Indigo. HEX triplet: 77, 1B and FB. RGB value is (119,27,251). Sum of RGB (Red+Green+Blue) = 119+27+251=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #771BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771BFB is #88E404. Grayscale: #4F4F4F. Windows color (decimal): -8971269 or 16456567. OLE color: 16456567.

HSL color Cylindrical-coordinate representation of color #771BFB: hue angle of 264.64º 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 #771BFB is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 27 251 -
CMYK 0.53 0.89 0 0.02
HSL 264.64º 0.97% 0.55% -
HSV(B) 264.64º 0.89% 0.98% -
XYZ 25.41 11.67 92.18 -
YUV 80.04 224.48 155.79 -
System Red Green Blue C M Y K H S L
Decimal 119 27 251 0.53 0.89 0 0.02 264.64 0.97 0.55
Hex 77 1B FB 35 59 0 2 109 61 37
Octal 167 33 373 65 131 0 2 411 141 67
Binary 1110111 11011 11111011 110101 1011001 0 10 100001001 1100001 110111

Color Harmonies of #771BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771BFB

Black with #771BFB

Text Example


Text Example

White with #771BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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