Html Css Color HEX #771BFD Electric Indigo

📋 copy color: '#771BFD'

red 119 ◦ green 27 ◦ blue 253

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

Shades of Electric Indigo #771BFD

Tints of Electric Indigo #771BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.41%

R = 29.82%
G = 6.77%
B = 63.41%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#771BFD (or 0x771BFD) is known color: Electric Indigo. HEX triplet: 77, 1B and FD. RGB value is (119,27,253). Sum of RGB (Red+Green+Blue) = 119+27+253=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 27 (10.94% from 255 or 6.77% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #771BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771BFD is #88E402. Grayscale: #4F4F4F. Windows color (decimal): -8971267 or 16587639. OLE color: 16587639.

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

Color convert

RGB 119 27 253 -
CMYK 0.53 0.89 0 0.01
HSL 264.42º 0.98% 0.55% -
HSV(B) 264.42º 0.89% 0.99% -
XYZ 25.73 11.8 93.85 -
YUV 80.27 225.48 155.62 -
System Red Green Blue C M Y K H S L
Decimal 119 27 253 0.53 0.89 0 0.01 264.42 0.98 0.55
Hex 77 1B FD 35 59 0 1 108 62 37
Octal 167 33 375 65 131 0 1 410 142 67
Binary 1110111 11011 11111101 110101 1011001 0 1 100001000 1100010 110111

Color Harmonies of #771BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771BFD

Black with #771BFD

Text Example


Text Example

White with #771BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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