Html Css Color HEX #771AFB Electric Indigo

📋 copy color: '#771AFB'

red 119 ◦ green 26 ◦ blue 251

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

Shades of Electric Indigo #771AFB

Tints of Electric Indigo #771AFB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.57%

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

R = 30.05%
G = 6.57%
B = 63.38%

CMYK

 C value IS 0.53

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#771AFB (or 0x771AFB) is known color: Electric Indigo. HEX triplet: 77, 1A and FB. RGB value is (119,26,251). Sum of RGB (Red+Green+Blue) = 119+26+251=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #771AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771AFB is #88E504. Grayscale: #4E4E4E. Windows color (decimal): -8971525 or 16456311. OLE color: 16456311.

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

Color convert

RGB 119 26 251 -
CMYK 0.53 0.90 0 0.02
HSL 264.8º 0.97% 0.54% -
HSV(B) 264.8º 0.9% 0.98% -
XYZ 25.39 11.63 92.17 -
YUV 79.46 224.81 156.2 -
System Red Green Blue C M Y K H S L
Decimal 119 26 251 0.53 0.90 0 0.02 264.8 0.97 0.54
Hex 77 1A FB 35 5A 0 2 109 61 36
Octal 167 32 373 65 132 0 2 411 141 66
Binary 1110111 11010 11111011 110101 1011010 0 10 100001001 1100001 110110

Color Harmonies of #771AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771AFB

Black with #771AFB

Text Example


Text Example

White with #771AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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