Html Css Color HEX #770FED Electric Indigo

📋 copy color: '#770FED'

red 119 ◦ green 15 ◦ blue 237

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

Shades of Electric Indigo #770FED

Tints of Electric Indigo #770FED

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.04%

 BLUE value IS 237 (92.97% from 255) = 63.88%

R = 32.08%
G = 4.04%
B = 63.88%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#770FED (or 0x770FED) is known color: Electric Indigo. HEX triplet: 77, 0F and ED. RGB value is (119,15,237). Sum of RGB (Red+Green+Blue) = 119+15+237=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 237 (92.97% from 255 or 63.88% from 371); Max value from RGB is 237 - color contains mainly: blue. Hex color #770FED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770FED is #88F012. Grayscale: #464646. Windows color (decimal): -8974355 or 15535991. OLE color: 15535991.

HSL color Cylindrical-coordinate representation of color #770FED: hue angle of 268.11º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770FED is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 15 237 -
CMYK 0.50 0.94 0 0.07
HSL 268.11º 0.88% 0.49% -
HSV(B) 268.11º 0.94% 0.93% -
XYZ 23.06 10.38 80.91 -
YUV 71.4 221.46 161.95 -
System Red Green Blue C M Y K H S L
Decimal 119 15 237 0.50 0.94 0 0.07 268.11 0.88 0.49
Hex 77 F ED 32 5E 0 7 10C 58 31
Octal 167 17 355 62 136 0 7 414 130 61
Binary 1110111 1111 11101101 110010 1011110 0 111 100001100 1011000 110001

Color Harmonies of #770FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770FED

Black with #770FED

Text Example


Text Example

White with #770FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,15,237); }

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

background-color css

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

 a { background-color: rgb(119,15,237); }

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

border-color css

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

 span { border-color: rgb(119,15,237); }

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