Html Css Color HEX #770DFA Electric Indigo

📋 copy color: '#770DFA'

red 119 ◦ green 13 ◦ blue 250

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

Shades of Electric Indigo #770DFA

Tints of Electric Indigo #770DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.45%

R = 31.15%
G = 3.4%
B = 65.45%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#770DFA (or 0x770DFA) is known color: Electric Indigo. HEX triplet: 77, 0D and FA. RGB value is (119,13,250). Sum of RGB (Red+Green+Blue) = 119+13+250=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #770DFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770DFA is #88F205. Grayscale: #464646. Windows color (decimal): -8974854 or 16387447. OLE color: 16387447.

HSL color Cylindrical-coordinate representation of color #770DFA: hue angle of 266.84º degrees, saturation: 0.96, 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 #770DFA is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 13 250 -
CMYK 0.52 0.95 0 0.02
HSL 266.84º 0.96% 0.52% -
HSV(B) 266.84º 0.95% 0.98% -
XYZ 25.01 11.11 91.27 -
YUV 71.71 228.62 161.73 -
System Red Green Blue C M Y K H S L
Decimal 119 13 250 0.52 0.95 0 0.02 266.84 0.96 0.52
Hex 77 D FA 34 5F 0 2 10B 60 34
Octal 167 15 372 64 137 0 2 413 140 64
Binary 1110111 1101 11111010 110100 1011111 0 10 100001011 1100000 110100

Color Harmonies of #770DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770DFA

Black with #770DFA

Text Example


Text Example

White with #770DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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