Html Css Color HEX #770AFE Electric Indigo

📋 copy color: '#770AFE'

red 119 ◦ green 10 ◦ blue 254

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

Shades of Electric Indigo #770AFE

Tints of Electric Indigo #770AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.61%

 BLUE value IS 254 (99.61% from 255) = 66.32%

R = 31.07%
G = 2.61%
B = 66.32%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#770AFE (or 0x770AFE) is known color: Electric Indigo. HEX triplet: 77, 0A and FE. RGB value is (119,10,254). Sum of RGB (Red+Green+Blue) = 119+10+254=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 10 (4.30% from 255 or 2.61% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #770AFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770AFE is #88F501. Grayscale: #454545. Windows color (decimal): -8975618 or 16648823. OLE color: 16648823.

HSL color Cylindrical-coordinate representation of color #770AFE: hue angle of 266.8º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770AFE is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 119 10 254 -
CMYK 0.53 0.96 0 0.00
HSL 266.8º 0.99% 0.52% -
HSV(B) 266.8º 0.96% 1% -
XYZ 25.61 11.29 94.6 -
YUV 70.41 231.61 162.66 -
System Red Green Blue C M Y K H S L
Decimal 119 10 254 0.53 0.96 0 0.00 266.8 0.99 0.52
Hex 77 A FE 35 60 0 0 10B 63 34
Octal 167 12 376 65 140 0 0 413 143 64
Binary 1110111 1010 11111110 110101 1100000 0 0 100001011 1100011 110100

Color Harmonies of #770AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770AFE

Black with #770AFE

Text Example


Text Example

White with #770AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,10,254); }

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

background-color css

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

 a { background-color: rgb(119,10,254); }

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

border-color css

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

 span { border-color: rgb(119,10,254); }

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