Html Css Color HEX #770CEA Electric Indigo

📋 copy color: '#770CEA'

red 119 ◦ green 12 ◦ blue 234

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

Shades of Electric Indigo #770CEA

Tints of Electric Indigo #770CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 64.11%

R = 32.6%
G = 3.29%
B = 64.11%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#770CEA (or 0x770CEA) is known color: Electric Indigo. HEX triplet: 77, 0C and EA. RGB value is (119,12,234). Sum of RGB (Red+Green+Blue) = 119+12+234=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #770CEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770CEA is #88F315. Grayscale: #444444. Windows color (decimal): -8975126 or 15338615. OLE color: 15338615.

HSL color Cylindrical-coordinate representation of color #770CEA: hue angle of 268.92º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770CEA is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 12 234 -
CMYK 0.49 0.95 0 0.08
HSL 268.92º 0.9% 0.48% -
HSV(B) 268.92º 0.95% 0.92% -
XYZ 22.59 10.13 78.61 -
YUV 69.3 220.95 163.45 -
System Red Green Blue C M Y K H S L
Decimal 119 12 234 0.49 0.95 0 0.08 268.92 0.9 0.48
Hex 77 C EA 31 5F 0 8 10D 5A 30
Octal 167 14 352 61 137 0 10 415 132 60
Binary 1110111 1100 11101010 110001 1011111 0 1000 100001101 1011010 110000

Color Harmonies of #770CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770CEA

Black with #770CEA

Text Example


Text Example

White with #770CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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