Html Css Color HEX #771BFA Electric Indigo

📋 copy color: '#771BFA'

red 119 ◦ green 27 ◦ blue 250

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

Shades of Electric Indigo #771BFA

Tints of Electric Indigo #771BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 63.13%

R = 30.05%
G = 6.82%
B = 63.13%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#771BFA (or 0x771BFA) is known color: Electric Indigo. HEX triplet: 77, 1B and FA. RGB value is (119,27,250). Sum of RGB (Red+Green+Blue) = 119+27+250=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 27 (10.94% from 255 or 6.82% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #771BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771BFA is #88E405. Grayscale: #4F4F4F. Windows color (decimal): -8971270 or 16391031. OLE color: 16391031.

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

Color convert

RGB 119 27 250 -
CMYK 0.52 0.89 0 0.02
HSL 264.75º 0.96% 0.54% -
HSV(B) 264.75º 0.89% 0.98% -
XYZ 25.26 11.61 91.35 -
YUV 79.93 223.98 155.87 -
System Red Green Blue C M Y K H S L
Decimal 119 27 250 0.52 0.89 0 0.02 264.75 0.96 0.54
Hex 77 1B FA 34 59 0 2 109 60 36
Octal 167 33 372 64 131 0 2 411 140 66
Binary 1110111 11011 11111010 110100 1011001 0 10 100001001 1100000 110110

Color Harmonies of #771BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771BFA

Black with #771BFA

Text Example


Text Example

White with #771BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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