Html Css Color HEX #771DF9 Electric Indigo

📋 copy color: '#771DF9'

red 119 ◦ green 29 ◦ blue 249

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

Shades of Electric Indigo #771DF9

Tints of Electric Indigo #771DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 62.72%

R = 29.97%
G = 7.3%
B = 62.72%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#771DF9 (or 0x771DF9) is known color: Electric Indigo. HEX triplet: 77, 1D and F9. RGB value is (119,29,249). Sum of RGB (Red+Green+Blue) = 119+29+249=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 29 (11.72% from 255 or 7.30% from 397); Blue value is 249 (97.66% from 255 or 62.72% from 397); Max value from RGB is 249 - color contains mainly: blue. Hex color #771DF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771DF9 is #88E206. Grayscale: #505050. Windows color (decimal): -8970759 or 16326007. OLE color: 16326007.

HSL color Cylindrical-coordinate representation of color #771DF9: hue angle of 264.55º degrees, saturation: 0.95, 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 #771DF9 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 29 249 -
CMYK 0.52 0.88 0 0.02
HSL 264.55º 0.95% 0.55% -
HSV(B) 264.55º 0.88% 0.98% -
XYZ 25.15 11.64 90.54 -
YUV 80.99 222.82 155.11 -
System Red Green Blue C M Y K H S L
Decimal 119 29 249 0.52 0.88 0 0.02 264.55 0.95 0.55
Hex 77 1D F9 34 58 0 2 109 5F 37
Octal 167 35 371 64 130 0 2 411 137 67
Binary 1110111 11101 11111001 110100 1011000 0 10 100001001 1011111 110111

Color Harmonies of #771DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771DF9

Black with #771DF9

Text Example


Text Example

White with #771DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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