Html Css Color HEX #761AFE Electric Indigo

📋 copy color: '#761AFE'

red 118 ◦ green 26 ◦ blue 254

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

Shades of Electric Indigo #761AFE

Tints of Electric Indigo #761AFE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.53%

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

R = 29.65%
G = 6.53%
B = 63.82%

CMYK

 C value IS 0.54

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#761AFE (or 0x761AFE) is known color: Electric Indigo. HEX triplet: 76, 1A and FE. RGB value is (118,26,254). Sum of RGB (Red+Green+Blue) = 118+26+254=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #761AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761AFE is #89E501. Grayscale: #4E4E4E. Windows color (decimal): -9037058 or 16652918. OLE color: 16652918.

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

Color convert

RGB 118 26 254 -
CMYK 0.54 0.90 0 0.00
HSL 264.21º 0.99% 0.55% -
HSV(B) 264.21º 0.9% 1% -
XYZ 25.73 11.75 94.68 -
YUV 79.5 226.48 155.46 -
System Red Green Blue C M Y K H S L
Decimal 118 26 254 0.54 0.90 0 0.00 264.21 0.99 0.55
Hex 76 1A FE 36 5A 0 0 108 63 37
Octal 166 32 376 66 132 0 0 410 143 67
Binary 1110110 11010 11111110 110110 1011010 0 0 100001000 1100011 110111

Color Harmonies of #761AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761AFE

Black with #761AFE

Text Example


Text Example

White with #761AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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