Html Css Color HEX #771DFB Electric Indigo

📋 copy color: '#771DFB'

red 119 ◦ green 29 ◦ blue 251

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

Shades of Electric Indigo #771DFB

Tints of Electric Indigo #771DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.27%

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

R = 29.82%
G = 7.27%
B = 62.91%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#771DFB (or 0x771DFB) is known color: Electric Indigo. HEX triplet: 77, 1D and FB. RGB value is (119,29,251). Sum of RGB (Red+Green+Blue) = 119+29+251=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 29 (11.72% from 255 or 7.27% from 399); Blue value is 251 (98.44% from 255 or 62.91% from 399); Max value from RGB is 251 - color contains mainly: blue. Hex color #771DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771DFB is #88E204. Grayscale: #505050. Windows color (decimal): -8970757 or 16457079. OLE color: 16457079.

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

Color convert

RGB 119 29 251 -
CMYK 0.53 0.88 0 0.02
HSL 264.32º 0.97% 0.55% -
HSV(B) 264.32º 0.88% 0.98% -
XYZ 25.46 11.77 92.2 -
YUV 81.22 223.82 154.95 -
System Red Green Blue C M Y K H S L
Decimal 119 29 251 0.53 0.88 0 0.02 264.32 0.97 0.55
Hex 77 1D FB 35 58 0 2 108 61 37
Octal 167 35 373 65 130 0 2 410 141 67
Binary 1110111 11101 11111011 110101 1011000 0 10 100001000 1100001 110111

Color Harmonies of #771DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771DFB

Black with #771DFB

Text Example


Text Example

White with #771DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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