Html Css Color HEX #780CEA Electric Indigo

📋 copy color: '#780CEA'

red 120 ◦ green 12 ◦ blue 234

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

Shades of Electric Indigo #780CEA

Tints of Electric Indigo #780CEA

RGB

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

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

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

R = 32.79%
G = 3.28%
B = 63.93%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#780CEA (or 0x780CEA) is known color: Electric Indigo. HEX triplet: 78, 0C and EA. RGB value is (120,12,234). Sum of RGB (Red+Green+Blue) = 120+12+234=366 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.79% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 234 (91.80% from 255 or 63.93% from 366); Max value from RGB is 234 - color contains mainly: blue. Hex color #780CEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #780CEA is #87F315. Grayscale: #444444. Windows color (decimal): -8909590 or 15338616. OLE color: 15338616.

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

Color convert

RGB 120 12 234 -
CMYK 0.49 0.95 0 0.08
HSL 269.19º 0.9% 0.48% -
HSV(B) 269.19º 0.95% 0.92% -
XYZ 22.73 10.2 78.61 -
YUV 69.6 220.78 163.95 -
System Red Green Blue C M Y K H S L
Decimal 120 12 234 0.49 0.95 0 0.08 269.19 0.9 0.48
Hex 78 C EA 31 5F 0 8 10D 5A 30
Octal 170 14 352 61 137 0 10 415 132 60
Binary 1111000 1100 11101010 110001 1011111 0 1000 100001101 1011010 110000

Color Harmonies of #780CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780CEA

Black with #780CEA

Text Example


Text Example

White with #780CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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