Html Css Color HEX #780DEA Electric Indigo

📋 copy color: '#780DEA'

red 120 ◦ green 13 ◦ blue 234

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

Shades of Electric Indigo #780DEA

Tints of Electric Indigo #780DEA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.54%

 BLUE value IS 234 (91.8% from 255) = 63.76%

R = 32.7%
G = 3.54%
B = 63.76%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#780DEA (or 0x780DEA) is known color: Electric Indigo. HEX triplet: 78, 0D and EA. RGB value is (120,13,234). Sum of RGB (Red+Green+Blue) = 120+13+234=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 234 (91.80% from 255 or 63.76% from 367); Max value from RGB is 234 - color contains mainly: blue. Hex color #780DEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #780DEA is #87F215. Grayscale: #454545. Windows color (decimal): -8909334 or 15338872. OLE color: 15338872.

HSL color Cylindrical-coordinate representation of color #780DEA: hue angle of 269.05º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780DEA is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 120 13 234 -
CMYK 0.49 0.94 0 0.08
HSL 269.05º 0.89% 0.48% -
HSV(B) 269.05º 0.94% 0.92% -
XYZ 22.74 10.22 78.62 -
YUV 70.19 220.45 163.53 -
System Red Green Blue C M Y K H S L
Decimal 120 13 234 0.49 0.94 0 0.08 269.05 0.89 0.48
Hex 78 D EA 31 5E 0 8 10D 59 30
Octal 170 15 352 61 136 0 10 415 131 60
Binary 1111000 1101 11101010 110001 1011110 0 1000 100001101 1011001 110000

Color Harmonies of #780DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780DEA

Black with #780DEA

Text Example


Text Example

White with #780DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,13,234); }

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

background-color css

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

 a { background-color: rgb(120,13,234); }

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

border-color css

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

 span { border-color: rgb(120,13,234); }

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