Html Css Color HEX #770CEF Electric Indigo

📋 copy color: '#770CEF'

red 119 ◦ green 12 ◦ blue 239

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

Shades of Electric Indigo #770CEF

Tints of Electric Indigo #770CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 64.59%

R = 32.16%
G = 3.24%
B = 64.59%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#770CEF (or 0x770CEF) is known color: Electric Indigo. HEX triplet: 77, 0C and EF. RGB value is (119,12,239). Sum of RGB (Red+Green+Blue) = 119+12+239=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 239 (93.75% from 255 or 64.59% from 370); Max value from RGB is 239 - color contains mainly: blue. Hex color #770CEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770CEF is #88F310. Grayscale: #454545. Windows color (decimal): -8975121 or 15666295. OLE color: 15666295.

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

Color convert

RGB 119 12 239 -
CMYK 0.50 0.95 0 0.06
HSL 268.28º 0.9% 0.49% -
HSV(B) 268.28º 0.95% 0.94% -
XYZ 23.32 10.42 82.44 -
YUV 69.87 223.45 163.04 -
System Red Green Blue C M Y K H S L
Decimal 119 12 239 0.50 0.95 0 0.06 268.28 0.9 0.49
Hex 77 C EF 32 5F 0 6 10C 5A 31
Octal 167 14 357 62 137 0 6 414 132 61
Binary 1110111 1100 11101111 110010 1011111 0 110 100001100 1011010 110001

Color Harmonies of #770CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770CEF

Black with #770CEF

Text Example


Text Example

White with #770CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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