Html Css Color HEX #780BFE Electric Indigo

📋 copy color: '#780BFE'

red 120 ◦ green 11 ◦ blue 254

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

Shades of Electric Indigo #780BFE

Tints of Electric Indigo #780BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 65.97%

R = 31.17%
G = 2.86%
B = 65.97%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#780BFE (or 0x780BFE) is known color: Electric Indigo. HEX triplet: 78, 0B and FE. RGB value is (120,11,254). Sum of RGB (Red+Green+Blue) = 120+11+254=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #780BFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #780BFE is #87F401. Grayscale: #464646. Windows color (decimal): -8909826 or 16649080. OLE color: 16649080.

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

Color convert

RGB 120 11 254 -
CMYK 0.53 0.96 0 0.00
HSL 266.91º 0.99% 0.52% -
HSV(B) 266.91º 0.96% 1% -
XYZ 25.75 11.39 94.61 -
YUV 71.29 231.11 162.74 -
System Red Green Blue C M Y K H S L
Decimal 120 11 254 0.53 0.96 0 0.00 266.91 0.99 0.52
Hex 78 B FE 35 60 0 0 10B 63 34
Octal 170 13 376 65 140 0 0 413 143 64
Binary 1111000 1011 11111110 110101 1100000 0 0 100001011 1100011 110100

Color Harmonies of #780BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780BFE

Black with #780BFE

Text Example


Text Example

White with #780BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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