Html Css Color HEX #780DFF Electric Indigo

📋 copy color: '#780DFF'

red 120 ◦ green 13 ◦ blue 255

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

Shades of Electric Indigo #780DFF

Tints of Electric Indigo #780DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 65.72%

R = 30.93%
G = 3.35%
B = 65.72%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#780DFF (or 0x780DFF) is known color: Electric Indigo. HEX triplet: 78, 0D and FF. RGB value is (120,13,255). Sum of RGB (Red+Green+Blue) = 120+13+255=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 13 (5.47% from 255 or 3.35% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #780DFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #780DFF is #87F200. Grayscale: #474747. Windows color (decimal): -8909313 or 16715128. OLE color: 16715128.

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

Color convert

RGB 120 13 255 -
CMYK 0.53 0.95 0 0
HSL 266.53º 1% 0.53% -
HSV(B) 266.53º 0.95% 1% -
XYZ 25.94 11.5 95.46 -
YUV 72.58 230.95 161.82 -
System Red Green Blue C M Y K H S L
Decimal 120 13 255 0.53 0.95 0 0 266.53 1 0.53
Hex 78 D FF 35 5F 0 0 10B 64 35
Octal 170 15 377 65 137 0 0 413 144 65
Binary 1111000 1101 11111111 110101 1011111 0 0 100001011 1100100 110101

Color Harmonies of #780DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780DFF

Black with #780DFF

Text Example


Text Example

White with #780DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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