Html Css Color HEX #780FF0 Electric Indigo

📋 copy color: '#780FF0'

red 120 ◦ green 15 ◦ blue 240

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

Shades of Electric Indigo #780FF0

Tints of Electric Indigo #780FF0

RGB

 RED value IS 120 (47.27% from 255) = 32%

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

 BLUE value IS 240 (94.14% from 255) = 64%

R = 32%
G = 4%
B = 64%

CMYK

 C value IS 0.5

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#780FF0 (or 0x780FF0) is known color: Electric Indigo. HEX triplet: 78, 0F and F0. RGB value is (120,15,240). Sum of RGB (Red+Green+Blue) = 120+15+240=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 240 (94.14% from 255 or 64% from 375); Max value from RGB is 240 - color contains mainly: blue. Hex color #780FF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #780FF0 is #87F00F. Grayscale: #474747. Windows color (decimal): -8908816 or 15732600. OLE color: 15732600.

HSL color Cylindrical-coordinate representation of color #780FF0: hue angle of 268º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780FF0 is Cyan = 0.5, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 120 15 240 -
CMYK 0.5 0.94 0 0.06
HSL 268º 0.88% 0.5% -
HSV(B) 268º 0.94% 0.94% -
XYZ 23.64 10.63 83.24 -
YUV 72.05 222.79 162.2 -
System Red Green Blue C M Y K H S L
Decimal 120 15 240 0.5 0.94 0 0.06 268 0.88 0.5
Hex 78 F F0 32 5E 0 6 10C 58 32
Octal 170 17 360 62 136 0 6 414 130 62
Binary 1111000 1111 11110000 110010 1011110 0 110 100001100 1011000 110010

Color Harmonies of #780FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780FF0

Black with #780FF0

Text Example


Text Example

White with #780FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780FF0; }

 p { color: rgb(120,15,240); }

 H1.HeaderClassName
 {
   color: #780FF0;
 }
 .AnyTagClassName
 {
   color: #780FF0;
 }
</style>

background-color css

<style>
 a { background-color: #780FF0; }

 a { background-color: rgb(120,15,240); }

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

border-color css

<style>
 span { border-color: #780FF0; }

 span { border-color: rgb(120,15,240); }

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