Html Css Color HEX #761BFE Electric Indigo

📋 copy color: '#761BFE'

red 118 ◦ green 27 ◦ blue 254

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

Shades of Electric Indigo #761BFE

Tints of Electric Indigo #761BFE

RGB

 RED value IS 118 (46.48% from 255) = 29.57%

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

 BLUE value IS 254 (99.61% from 255) = 63.66%

R = 29.57%
G = 6.77%
B = 63.66%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#761BFE (or 0x761BFE) is known color: Electric Indigo. HEX triplet: 76, 1B and FE. RGB value is (118,27,254). Sum of RGB (Red+Green+Blue) = 118+27+254=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 27 (10.94% from 255 or 6.77% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #761BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761BFE is #89E401. Grayscale: #4F4F4F. Windows color (decimal): -9036802 or 16653174. OLE color: 16653174.

HSL color Cylindrical-coordinate representation of color #761BFE: hue angle of 264.05º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #761BFE is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 118 27 254 -
CMYK 0.54 0.89 0 0.00
HSL 264.05º 0.99% 0.55% -
HSV(B) 264.05º 0.89% 1% -
XYZ 25.75 11.79 94.68 -
YUV 80.09 226.15 155.04 -
System Red Green Blue C M Y K H S L
Decimal 118 27 254 0.54 0.89 0 0.00 264.05 0.99 0.55
Hex 76 1B FE 36 59 0 0 108 63 37
Octal 166 33 376 66 131 0 0 410 143 67
Binary 1110110 11011 11111110 110110 1011001 0 0 100001000 1100011 110111

Color Harmonies of #761BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761BFE

Black with #761BFE

Text Example


Text Example

White with #761BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761BFE; }

 p { color: rgb(118,27,254); }

 H1.HeaderClassName
 {
   color: #761BFE;
 }
 .AnyTagClassName
 {
   color: #761BFE;
 }
</style>

background-color css

<style>
 a { background-color: #761BFE; }

 a { background-color: rgb(118,27,254); }

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

border-color css

<style>
 span { border-color: #761BFE; }

 span { border-color: rgb(118,27,254); }

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