Html Css Color HEX #780CFE Electric Indigo

📋 copy color: '#780CFE'

red 120 ◦ green 12 ◦ blue 254

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

Shades of Electric Indigo #780CFE

Tints of Electric Indigo #780CFE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.11%

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

R = 31.09%
G = 3.11%
B = 65.8%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#780CFE (or 0x780CFE) is known color: Electric Indigo. HEX triplet: 78, 0C and FE. RGB value is (120,12,254). Sum of RGB (Red+Green+Blue) = 120+12+254=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #780CFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #780CFE is #87F301. Grayscale: #474747. Windows color (decimal): -8909570 or 16649336. OLE color: 16649336.

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

Color convert

RGB 120 12 254 -
CMYK 0.53 0.95 0 0.00
HSL 266.78º 0.99% 0.52% -
HSV(B) 266.78º 0.95% 1% -
XYZ 25.77 11.41 94.61 -
YUV 71.88 230.78 162.32 -
System Red Green Blue C M Y K H S L
Decimal 120 12 254 0.53 0.95 0 0.00 266.78 0.99 0.52
Hex 78 C FE 35 5F 0 0 10B 63 34
Octal 170 14 376 65 137 0 0 413 143 64
Binary 1111000 1100 11111110 110101 1011111 0 0 100001011 1100011 110100

Color Harmonies of #780CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780CFE

Black with #780CFE

Text Example


Text Example

White with #780CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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