Html Css Color HEX #770DF3 Electric Indigo

📋 copy color: '#770DF3'

red 119 ◦ green 13 ◦ blue 243

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

Shades of Electric Indigo #770DF3

Tints of Electric Indigo #770DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 64.8%

R = 31.73%
G = 3.47%
B = 64.8%

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

#770DF3 (or 0x770DF3) is known color: Electric Indigo. HEX triplet: 77, 0D and F3. RGB value is (119,13,243). Sum of RGB (Red+Green+Blue) = 119+13+243=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 13 (5.47% from 255 or 3.47% from 375); Blue value is 243 (95.31% from 255 or 64.8% from 375); Max value from RGB is 243 - color contains mainly: blue. Hex color #770DF3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770DF3 is #88F20C. Grayscale: #464646. Windows color (decimal): -8974861 or 15928695. OLE color: 15928695.

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

Color convert

RGB 119 13 243 -
CMYK 0.51 0.95 0 0.05
HSL 267.65º 0.91% 0.5% -
HSV(B) 267.65º 0.95% 0.95% -
XYZ 23.93 10.68 85.59 -
YUV 70.91 225.12 162.3 -
System Red Green Blue C M Y K H S L
Decimal 119 13 243 0.51 0.95 0 0.05 267.65 0.91 0.5
Hex 77 D F3 33 5F 0 5 10C 5B 32
Octal 167 15 363 63 137 0 5 414 133 62
Binary 1110111 1101 11110011 110011 1011111 0 101 100001100 1011011 110010

Color Harmonies of #770DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770DF3

Black with #770DF3

Text Example


Text Example

White with #770DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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