Html Css Color HEX #780FFD Electric Indigo

📋 copy color: '#780FFD'

red 120 ◦ green 15 ◦ blue 253

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

Shades of Electric Indigo #780FFD

Tints of Electric Indigo #780FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.87%

 BLUE value IS 253 (99.22% from 255) = 65.21%

R = 30.93%
G = 3.87%
B = 65.21%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#780FFD (or 0x780FFD) is known color: Electric Indigo. HEX triplet: 78, 0F and FD. RGB value is (120,15,253). Sum of RGB (Red+Green+Blue) = 120+15+253=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 253 (99.22% from 255 or 65.21% from 388); Max value from RGB is 253 - color contains mainly: blue. Hex color #780FFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #780FFD is #87F002. Grayscale: #484848. Windows color (decimal): -8908803 or 16584568. OLE color: 16584568.

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

Color convert

RGB 120 15 253 -
CMYK 0.53 0.94 0 0.01
HSL 266.47º 0.98% 0.53% -
HSV(B) 266.47º 0.94% 0.99% -
XYZ 25.65 11.43 93.78 -
YUV 73.53 229.29 161.15 -
System Red Green Blue C M Y K H S L
Decimal 120 15 253 0.53 0.94 0 0.01 266.47 0.98 0.53
Hex 78 F FD 35 5E 0 1 10A 62 35
Octal 170 17 375 65 136 0 1 412 142 65
Binary 1111000 1111 11111101 110101 1011110 0 1 100001010 1100010 110101

Color Harmonies of #780FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780FFD

Black with #780FFD

Text Example


Text Example

White with #780FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,15,253); }

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

background-color css

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

 a { background-color: rgb(120,15,253); }

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

border-color css

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

 span { border-color: rgb(120,15,253); }

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