Html Css Color HEX #780FFC Electric Indigo

📋 copy color: '#780FFC'

red 120 ◦ green 15 ◦ blue 252

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

Shades of Electric Indigo #780FFC

Tints of Electric Indigo #780FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 65.12%

R = 31.01%
G = 3.88%
B = 65.12%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#780FFC (or 0x780FFC) is known color: Electric Indigo. HEX triplet: 78, 0F and FC. RGB value is (120,15,252). Sum of RGB (Red+Green+Blue) = 120+15+252=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #780FFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #780FFC is #87F003. Grayscale: #484848. Windows color (decimal): -8908804 or 16519032. OLE color: 16519032.

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

Color convert

RGB 120 15 252 -
CMYK 0.52 0.94 0 0.01
HSL 266.58º 0.98% 0.52% -
HSV(B) 266.58º 0.94% 0.99% -
XYZ 25.49 11.36 92.95 -
YUV 73.41 228.79 161.23 -
System Red Green Blue C M Y K H S L
Decimal 120 15 252 0.52 0.94 0 0.01 266.58 0.98 0.52
Hex 78 F FC 34 5E 0 1 10B 62 34
Octal 170 17 374 64 136 0 1 413 142 64
Binary 1111000 1111 11111100 110100 1011110 0 1 100001011 1100010 110100

Color Harmonies of #780FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780FFC

Black with #780FFC

Text Example


Text Example

White with #780FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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