Html Css Color HEX #770BF2 Electric Indigo

📋 copy color: '#770BF2'

red 119 ◦ green 11 ◦ blue 242

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

Shades of Electric Indigo #770BF2

Tints of Electric Indigo #770BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 65.05%

R = 31.99%
G = 2.96%
B = 65.05%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#770BF2 (or 0x770BF2) is known color: Electric Indigo. HEX triplet: 77, 0B and F2. RGB value is (119,11,242). Sum of RGB (Red+Green+Blue) = 119+11+242=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 11 (4.69% from 255 or 2.96% from 372); Blue value is 242 (94.92% from 255 or 65.05% from 372); Max value from RGB is 242 - color contains mainly: blue. Hex color #770BF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770BF2 is #88F40D. Grayscale: #444444. Windows color (decimal): -8975374 or 15862647. OLE color: 15862647.

HSL color Cylindrical-coordinate representation of color #770BF2: hue angle of 268.05º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770BF2 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 11 242 -
CMYK 0.51 0.95 0 0.05
HSL 268.05º 0.91% 0.5% -
HSV(B) 268.05º 0.95% 0.95% -
XYZ 23.75 10.57 84.79 -
YUV 69.63 225.28 163.22 -
System Red Green Blue C M Y K H S L
Decimal 119 11 242 0.51 0.95 0 0.05 268.05 0.91 0.5
Hex 77 B F2 33 5F 0 5 10C 5B 32
Octal 167 13 362 63 137 0 5 414 133 62
Binary 1110111 1011 11110010 110011 1011111 0 101 100001100 1011011 110010

Color Harmonies of #770BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770BF2

Black with #770BF2

Text Example


Text Example

White with #770BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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