Html Css Color HEX #771CFC Electric Indigo

📋 copy color: '#771CFC'

red 119 ◦ green 28 ◦ blue 252

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

Shades of Electric Indigo #771CFC

Tints of Electric Indigo #771CFC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.02%

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

R = 29.82%
G = 7.02%
B = 63.16%

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

#771CFC (or 0x771CFC) is known color: Electric Indigo. HEX triplet: 77, 1C and FC. RGB value is (119,28,252). Sum of RGB (Red+Green+Blue) = 119+28+252=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 28 (11.33% from 255 or 7.02% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #771CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771CFC is #88E303. Grayscale: #4F4F4F. Windows color (decimal): -8971012 or 16522359. OLE color: 16522359.

HSL color Cylindrical-coordinate representation of color #771CFC: hue angle of 264.38º degrees, saturation: 0.97, 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 #771CFC is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 119 28 252 -
CMYK 0.53 0.89 0 0.01
HSL 264.38º 0.97% 0.55% -
HSV(B) 264.38º 0.89% 0.99% -
XYZ 25.59 11.78 93.02 -
YUV 80.75 224.65 155.29 -
System Red Green Blue C M Y K H S L
Decimal 119 28 252 0.53 0.89 0 0.01 264.38 0.97 0.55
Hex 77 1C FC 35 59 0 1 108 61 37
Octal 167 34 374 65 131 0 1 410 141 67
Binary 1110111 11100 11111100 110101 1011001 0 1 100001000 1100001 110111

Color Harmonies of #771CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771CFC

Black with #771CFC

Text Example


Text Example

White with #771CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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