Html Css Color HEX #770BEF Electric Indigo

📋 copy color: '#770BEF'

red 119 ◦ green 11 ◦ blue 239

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

Shades of Electric Indigo #770BEF

Tints of Electric Indigo #770BEF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.98%

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

R = 32.25%
G = 2.98%
B = 64.77%

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

#770BEF (or 0x770BEF) is known color: Electric Indigo. HEX triplet: 77, 0B and EF. RGB value is (119,11,239). Sum of RGB (Red+Green+Blue) = 119+11+239=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 11 (4.69% from 255 or 2.98% from 369); Blue value is 239 (93.75% from 255 or 64.77% from 369); Max value from RGB is 239 - color contains mainly: blue. Hex color #770BEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770BEF is #88F410. Grayscale: #444444. Windows color (decimal): -8975377 or 15666039. OLE color: 15666039.

HSL color Cylindrical-coordinate representation of color #770BEF: hue angle of 268.42º degrees, saturation: 0.91, 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 #770BEF is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 119 11 239 -
CMYK 0.50 0.95 0 0.06
HSL 268.42º 0.91% 0.49% -
HSV(B) 268.42º 0.95% 0.94% -
XYZ 23.31 10.39 82.44 -
YUV 69.28 223.78 163.46 -
System Red Green Blue C M Y K H S L
Decimal 119 11 239 0.50 0.95 0 0.06 268.42 0.91 0.49
Hex 77 B EF 32 5F 0 6 10C 5B 31
Octal 167 13 357 62 137 0 6 414 133 61
Binary 1110111 1011 11101111 110010 1011111 0 110 100001100 1011011 110001

Color Harmonies of #770BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770BEF

Black with #770BEF

Text Example


Text Example

White with #770BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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