Html Css Color HEX #770CFA Electric Indigo

📋 copy color: '#770CFA'

red 119 ◦ green 12 ◦ blue 250

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

Shades of Electric Indigo #770CFA

Tints of Electric Indigo #770CFA

RGB

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

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

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

R = 31.23%
G = 3.15%
B = 65.62%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#770CFA (or 0x770CFA) is known color: Electric Indigo. HEX triplet: 77, 0C and FA. RGB value is (119,12,250). Sum of RGB (Red+Green+Blue) = 119+12+250=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 250 (98.05% from 255 or 65.62% from 381); Max value from RGB is 250 - color contains mainly: blue. Hex color #770CFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770CFA is #88F305. Grayscale: #464646. Windows color (decimal): -8975110 or 16387191. OLE color: 16387191.

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

Color convert

RGB 119 12 250 -
CMYK 0.52 0.95 0 0.02
HSL 266.97º 0.96% 0.51% -
HSV(B) 266.97º 0.95% 0.98% -
XYZ 24.99 11.09 91.27 -
YUV 71.13 228.95 162.15 -
System Red Green Blue C M Y K H S L
Decimal 119 12 250 0.52 0.95 0 0.02 266.97 0.96 0.51
Hex 77 C FA 34 5F 0 2 10B 60 33
Octal 167 14 372 64 137 0 2 413 140 63
Binary 1110111 1100 11111010 110100 1011111 0 10 100001011 1100000 110011

Color Harmonies of #770CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770CFA

Black with #770CFA

Text Example


Text Example

White with #770CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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