Html Css Color HEX #770CFF Electric Indigo

📋 copy color: '#770CFF'

red 119 ◦ green 12 ◦ blue 255

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

Shades of Electric Indigo #770CFF

Tints of Electric Indigo #770CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.06%

R = 30.83%
G = 3.11%
B = 66.06%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#770CFF (or 0x770CFF) is known color: Electric Indigo. HEX triplet: 77, 0C and FF. RGB value is (119,12,255). Sum of RGB (Red+Green+Blue) = 119+12+255=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #770CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770CFF is #88F300. Grayscale: #464646. Windows color (decimal): -8975105 or 16714871. OLE color: 16714871.

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

Color convert

RGB 119 12 255 -
CMYK 0.53 0.95 0 0
HSL 266.42º 1% 0.52% -
HSV(B) 266.42º 0.95% 1% -
XYZ 25.79 11.4 95.45 -
YUV 71.7 231.45 161.74 -
System Red Green Blue C M Y K H S L
Decimal 119 12 255 0.53 0.95 0 0 266.42 1 0.52
Hex 77 C FF 35 5F 0 0 10A 64 34
Octal 167 14 377 65 137 0 0 412 144 64
Binary 1110111 1100 11111111 110101 1011111 0 0 100001010 1100100 110100

Color Harmonies of #770CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770CFF

Black with #770CFF

Text Example


Text Example

White with #770CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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