Html Css Color HEX #771DFC Electric Indigo

📋 copy color: '#771DFC'

red 119 ◦ green 29 ◦ blue 252

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

Shades of Electric Indigo #771DFC

Tints of Electric Indigo #771DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63%

R = 29.75%
G = 7.25%
B = 63%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#771DFC (or 0x771DFC) is known color: Electric Indigo. HEX triplet: 77, 1D and FC. RGB value is (119,29,252). Sum of RGB (Red+Green+Blue) = 119+29+252=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 29 (11.72% from 255 or 7.25% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #771DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771DFC is #88E203. Grayscale: #505050. Windows color (decimal): -8970756 or 16522615. OLE color: 16522615.

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

Color convert

RGB 119 29 252 -
CMYK 0.53 0.88 0 0.01
HSL 264.22º 0.97% 0.55% -
HSV(B) 264.22º 0.88% 0.99% -
XYZ 25.62 11.83 93.03 -
YUV 81.33 224.32 154.87 -
System Red Green Blue C M Y K H S L
Decimal 119 29 252 0.53 0.88 0 0.01 264.22 0.97 0.55
Hex 77 1D FC 35 58 0 1 108 61 37
Octal 167 35 374 65 130 0 1 410 141 67
Binary 1110111 11101 11111100 110101 1011000 0 1 100001000 1100001 110111

Color Harmonies of #771DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771DFC

Black with #771DFC

Text Example


Text Example

White with #771DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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