Html Css Color HEX #770DFB Electric Indigo

📋 copy color: '#770DFB'

red 119 ◦ green 13 ◦ blue 251

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

Shades of Electric Indigo #770DFB

Tints of Electric Indigo #770DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 65.54%

R = 31.07%
G = 3.39%
B = 65.54%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#770DFB (or 0x770DFB) is known color: Electric Indigo. HEX triplet: 77, 0D and FB. RGB value is (119,13,251). Sum of RGB (Red+Green+Blue) = 119+13+251=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 251 (98.44% from 255 or 65.54% from 383); Max value from RGB is 251 - color contains mainly: blue. Hex color #770DFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770DFB is #88F204. Grayscale: #464646. Windows color (decimal): -8974853 or 16452983. OLE color: 16452983.

HSL color Cylindrical-coordinate representation of color #770DFB: hue angle of 266.72º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770DFB is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 13 251 -
CMYK 0.53 0.95 0 0.02
HSL 266.72º 0.97% 0.52% -
HSV(B) 266.72º 0.95% 0.98% -
XYZ 25.16 11.17 92.1 -
YUV 71.83 229.12 161.65 -
System Red Green Blue C M Y K H S L
Decimal 119 13 251 0.53 0.95 0 0.02 266.72 0.97 0.52
Hex 77 D FB 35 5F 0 2 10B 61 34
Octal 167 15 373 65 137 0 2 413 141 64
Binary 1110111 1101 11111011 110101 1011111 0 10 100001011 1100001 110100

Color Harmonies of #770DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770DFB

Black with #770DFB

Text Example


Text Example

White with #770DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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