Html Css Color HEX #770CFB Electric Indigo

📋 copy color: '#770CFB'

red 119 ◦ green 12 ◦ blue 251

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

Shades of Electric Indigo #770CFB

Tints of Electric Indigo #770CFB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.14%

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

R = 31.15%
G = 3.14%
B = 65.71%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#770CFB (or 0x770CFB) is known color: Electric Indigo. HEX triplet: 77, 0C and FB. RGB value is (119,12,251). Sum of RGB (Red+Green+Blue) = 119+12+251=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #770CFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770CFB is #88F304. Grayscale: #464646. Windows color (decimal): -8975109 or 16452727. OLE color: 16452727.

HSL color Cylindrical-coordinate representation of color #770CFB: hue angle of 266.86º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770CFB is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 12 251 -
CMYK 0.53 0.95 0 0.02
HSL 266.86º 0.97% 0.52% -
HSV(B) 266.86º 0.95% 0.98% -
XYZ 25.15 11.15 92.09 -
YUV 71.24 229.45 162.07 -
System Red Green Blue C M Y K H S L
Decimal 119 12 251 0.53 0.95 0 0.02 266.86 0.97 0.52
Hex 77 C FB 35 5F 0 2 10B 61 34
Octal 167 14 373 65 137 0 2 413 141 64
Binary 1110111 1100 11111011 110101 1011111 0 10 100001011 1100001 110100

Color Harmonies of #770CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770CFB

Black with #770CFB

Text Example


Text Example

White with #770CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770CFB; }

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

 H1.HeaderClassName
 {
   color: #770CFB;
 }
 .AnyTagClassName
 {
   color: #770CFB;
 }
</style>

background-color css

<style>
 a { background-color: #770CFB; }

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

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

border-color css

<style>
 span { border-color: #770CFB; }

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

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