Html Css Color HEX #780CFB Electric Indigo

📋 copy color: '#780CFB'

red 120 ◦ green 12 ◦ blue 251

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

Shades of Electric Indigo #780CFB

Tints of Electric Indigo #780CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 65.54%

R = 31.33%
G = 3.13%
B = 65.54%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#780CFB (or 0x780CFB) is known color: Electric Indigo. HEX triplet: 78, 0C and FB. RGB value is (120,12,251). Sum of RGB (Red+Green+Blue) = 120+12+251=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 251 (98.44% from 255 or 65.54% from 383); Max value from RGB is 251 - color contains mainly: blue. Hex color #780CFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #780CFB is #87F304. Grayscale: #464646. Windows color (decimal): -8909573 or 16452728. OLE color: 16452728.

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

Color convert

RGB 120 12 251 -
CMYK 0.52 0.95 0 0.02
HSL 267.11º 0.97% 0.52% -
HSV(B) 267.11º 0.95% 0.98% -
XYZ 25.29 11.22 92.1 -
YUV 71.54 229.28 162.57 -
System Red Green Blue C M Y K H S L
Decimal 120 12 251 0.52 0.95 0 0.02 267.11 0.97 0.52
Hex 78 C FB 34 5F 0 2 10B 61 34
Octal 170 14 373 64 137 0 2 413 141 64
Binary 1111000 1100 11111011 110100 1011111 0 10 100001011 1100001 110100

Color Harmonies of #780CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780CFB

Black with #780CFB

Text Example


Text Example

White with #780CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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