Html Css Color HEX #770DF2 Electric Indigo

📋 copy color: '#770DF2'

red 119 ◦ green 13 ◦ blue 242

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

Shades of Electric Indigo #770DF2

Tints of Electric Indigo #770DF2

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.48%

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

R = 31.82%
G = 3.48%
B = 64.71%

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

#770DF2 (or 0x770DF2) is known color: Electric Indigo. HEX triplet: 77, 0D and F2. RGB value is (119,13,242). Sum of RGB (Red+Green+Blue) = 119+13+242=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 13 (5.47% from 255 or 3.48% from 374); Blue value is 242 (94.92% from 255 or 64.71% from 374); Max value from RGB is 242 - color contains mainly: blue. Hex color #770DF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770DF2 is #88F20D. Grayscale: #454545. Windows color (decimal): -8974862 or 15863159. OLE color: 15863159.

HSL color Cylindrical-coordinate representation of color #770DF2: hue angle of 267.77º degrees, saturation: 0.9, 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 #770DF2 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 13 242 -
CMYK 0.51 0.95 0 0.05
HSL 267.77º 0.9% 0.5% -
HSV(B) 267.77º 0.95% 0.95% -
XYZ 23.78 10.62 84.8 -
YUV 70.8 224.62 162.38 -
System Red Green Blue C M Y K H S L
Decimal 119 13 242 0.51 0.95 0 0.05 267.77 0.9 0.5
Hex 77 D F2 33 5F 0 5 10C 5A 32
Octal 167 15 362 63 137 0 5 414 132 62
Binary 1110111 1101 11110010 110011 1011111 0 101 100001100 1011010 110010

Color Harmonies of #770DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770DF2

Black with #770DF2

Text Example


Text Example

White with #770DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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