Html Css Color HEX #780BEC Electric Indigo

📋 copy color: '#780BEC'

red 120 ◦ green 11 ◦ blue 236

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

Shades of Electric Indigo #780BEC

Tints of Electric Indigo #780BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 64.31%

R = 32.7%
G = 3%
B = 64.31%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#780BEC (or 0x780BEC) is known color: Electric Indigo. HEX triplet: 78, 0B and EC. RGB value is (120,11,236). Sum of RGB (Red+Green+Blue) = 120+11+236=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #780BEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #780BEC is #87F413. Grayscale: #444444. Windows color (decimal): -8909844 or 15469432. OLE color: 15469432.

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

Color convert

RGB 120 11 236 -
CMYK 0.49 0.95 0 0.07
HSL 269.07º 0.91% 0.48% -
HSV(B) 269.07º 0.95% 0.93% -
XYZ 23.01 10.29 80.13 -
YUV 69.24 222.11 164.2 -
System Red Green Blue C M Y K H S L
Decimal 120 11 236 0.49 0.95 0 0.07 269.07 0.91 0.48
Hex 78 B EC 31 5F 0 7 10D 5B 30
Octal 170 13 354 61 137 0 7 415 133 60
Binary 1111000 1011 11101100 110001 1011111 0 111 100001101 1011011 110000

Color Harmonies of #780BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780BEC

Black with #780BEC

Text Example


Text Example

White with #780BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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