Html Css Color HEX #770AFA Electric Indigo

📋 copy color: '#770AFA'

red 119 ◦ green 10 ◦ blue 250

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

Shades of Electric Indigo #770AFA

Tints of Electric Indigo #770AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.96%

R = 31.4%
G = 2.64%
B = 65.96%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#770AFA (or 0x770AFA) is known color: Electric Indigo. HEX triplet: 77, 0A and FA. RGB value is (119,10,250). Sum of RGB (Red+Green+Blue) = 119+10+250=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #770AFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770AFA is #88F505. Grayscale: #454545. Windows color (decimal): -8975622 or 16386679. OLE color: 16386679.

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

Color convert

RGB 119 10 250 -
CMYK 0.52 0.96 0 0.02
HSL 267.25º 0.96% 0.51% -
HSV(B) 267.25º 0.96% 0.98% -
XYZ 24.97 11.04 91.26 -
YUV 69.95 229.61 162.99 -
System Red Green Blue C M Y K H S L
Decimal 119 10 250 0.52 0.96 0 0.02 267.25 0.96 0.51
Hex 77 A FA 34 60 0 2 10B 60 33
Octal 167 12 372 64 140 0 2 413 140 63
Binary 1110111 1010 11111010 110100 1100000 0 10 100001011 1100000 110011

Color Harmonies of #770AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770AFA

Black with #770AFA

Text Example


Text Example

White with #770AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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