Html Css Color HEX #780BFF Electric Indigo

📋 copy color: '#780BFF'

red 120 ◦ green 11 ◦ blue 255

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

Shades of Electric Indigo #780BFF

Tints of Electric Indigo #780BFF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.85%

 BLUE value IS 255 (100% from 255) = 66.06%

R = 31.09%
G = 2.85%
B = 66.06%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#780BFF (or 0x780BFF) is known color: Electric Indigo. HEX triplet: 78, 0B and FF. RGB value is (120,11,255). Sum of RGB (Red+Green+Blue) = 120+11+255=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #780BFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #780BFF is #87F400. Grayscale: #464646. Windows color (decimal): -8909825 or 16714616. OLE color: 16714616.

HSL color Cylindrical-coordinate representation of color #780BFF: hue angle of 266.8º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #780BFF is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 120 11 255 -
CMYK 0.53 0.96 0 0
HSL 266.8º 1% 0.52% -
HSV(B) 266.8º 0.96% 1% -
XYZ 25.92 11.45 95.45 -
YUV 71.41 231.61 162.66 -
System Red Green Blue C M Y K H S L
Decimal 120 11 255 0.53 0.96 0 0 266.8 1 0.52
Hex 78 B FF 35 60 0 0 10B 64 34
Octal 170 13 377 65 140 0 0 413 144 64
Binary 1111000 1011 11111111 110101 1100000 0 0 100001011 1100100 110100

Color Harmonies of #780BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780BFF

Black with #780BFF

Text Example


Text Example

White with #780BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,11,255); }

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

background-color css

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

 a { background-color: rgb(120,11,255); }

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

border-color css

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

 span { border-color: rgb(120,11,255); }

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