Html Css Color HEX #781BFB Electric Indigo

📋 copy color: '#781BFB'

red 120 ◦ green 27 ◦ blue 251

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

Shades of Electric Indigo #781BFB

Tints of Electric Indigo #781BFB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.78%

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

R = 30.15%
G = 6.78%
B = 63.07%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#781BFB (or 0x781BFB) is known color: Electric Indigo. HEX triplet: 78, 1B and FB. RGB value is (120,27,251). Sum of RGB (Red+Green+Blue) = 120+27+251=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 27 (10.94% from 255 or 6.78% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #781BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781BFB is #87E404. Grayscale: #4F4F4F. Windows color (decimal): -8905733 or 16456568. OLE color: 16456568.

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

Color convert

RGB 120 27 251 -
CMYK 0.52 0.89 0 0.02
HSL 264.91º 0.97% 0.55% -
HSV(B) 264.91º 0.89% 0.98% -
XYZ 25.55 11.74 92.19 -
YUV 80.34 224.31 156.29 -
System Red Green Blue C M Y K H S L
Decimal 120 27 251 0.52 0.89 0 0.02 264.91 0.97 0.55
Hex 78 1B FB 34 59 0 2 109 61 37
Octal 170 33 373 64 131 0 2 411 141 67
Binary 1111000 11011 11111011 110100 1011001 0 10 100001001 1100001 110111

Color Harmonies of #781BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781BFB

Black with #781BFB

Text Example


Text Example

White with #781BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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