Html Css Color HEX #780BFB Electric Indigo

📋 copy color: '#780BFB'

red 120 ◦ green 11 ◦ blue 251

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

Shades of Electric Indigo #780BFB

Tints of Electric Indigo #780BFB

RGB

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

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

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

R = 31.41%
G = 2.88%
B = 65.71%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#780BFB (or 0x780BFB) is known color: Electric Indigo. HEX triplet: 78, 0B and FB. RGB value is (120,11,251). Sum of RGB (Red+Green+Blue) = 120+11+251=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 11 (4.69% from 255 or 2.88% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #780BFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #780BFB is #87F404. Grayscale: #464646. Windows color (decimal): -8909829 or 16452472. OLE color: 16452472.

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

Color convert

RGB 120 11 251 -
CMYK 0.52 0.96 0 0.02
HSL 267.25º 0.97% 0.51% -
HSV(B) 267.25º 0.96% 0.98% -
XYZ 25.28 11.2 92.1 -
YUV 70.95 229.61 162.99 -
System Red Green Blue C M Y K H S L
Decimal 120 11 251 0.52 0.96 0 0.02 267.25 0.97 0.51
Hex 78 B FB 34 60 0 2 10B 61 33
Octal 170 13 373 64 140 0 2 413 141 63
Binary 1111000 1011 11111011 110100 1100000 0 10 100001011 1100001 110011

Color Harmonies of #780BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780BFB

Black with #780BFB

Text Example


Text Example

White with #780BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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