Html Css Color HEX #771CFD Electric Indigo

📋 copy color: '#771CFD'

red 119 ◦ green 28 ◦ blue 253

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

Shades of Electric Indigo #771CFD

Tints of Electric Indigo #771CFD

RGB

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

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

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

R = 29.75%
G = 7%
B = 63.25%

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

#771CFD (or 0x771CFD) is known color: Electric Indigo. HEX triplet: 77, 1C and FD. RGB value is (119,28,253). Sum of RGB (Red+Green+Blue) = 119+28+253=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 28 (11.33% from 255 or 7% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #771CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771CFD is #88E302. Grayscale: #505050. Windows color (decimal): -8971011 or 16587895. OLE color: 16587895.

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

Color convert

RGB 119 28 253 -
CMYK 0.53 0.89 0 0.01
HSL 264.27º 0.98% 0.55% -
HSV(B) 264.27º 0.89% 0.99% -
XYZ 25.75 11.84 93.86 -
YUV 80.86 225.15 155.2 -
System Red Green Blue C M Y K H S L
Decimal 119 28 253 0.53 0.89 0 0.01 264.27 0.98 0.55
Hex 77 1C FD 35 59 0 1 108 62 37
Octal 167 34 375 65 131 0 1 410 142 67
Binary 1110111 11100 11111101 110101 1011001 0 1 100001000 1100010 110111

Color Harmonies of #771CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771CFD

Black with #771CFD

Text Example


Text Example

White with #771CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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