Html Css Color HEX #761EFA Electric Indigo

📋 copy color: '#761EFA'

red 118 ◦ green 30 ◦ blue 250

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

Shades of Electric Indigo #761EFA

Tints of Electric Indigo #761EFA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.54%

 BLUE value IS 250 (98.05% from 255) = 62.81%

R = 29.65%
G = 7.54%
B = 62.81%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#761EFA (or 0x761EFA) is known color: Electric Indigo. HEX triplet: 76, 1E and FA. RGB value is (118,30,250). Sum of RGB (Red+Green+Blue) = 118+30+250=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 30 (12.11% from 255 or 7.54% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #761EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761EFA is #89E105. Grayscale: #505050. Windows color (decimal): -9036038 or 16391798. OLE color: 16391798.

HSL color Cylindrical-coordinate representation of color #761EFA: hue angle of 264º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #761EFA is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 30 250 -
CMYK 0.53 0.88 0 0.02
HSL 264º 0.96% 0.55% -
HSV(B) 264º 0.88% 0.98% -
XYZ 25.19 11.68 91.37 -
YUV 81.39 223.15 154.11 -
System Red Green Blue C M Y K H S L
Decimal 118 30 250 0.53 0.88 0 0.02 264 0.96 0.55
Hex 76 1E FA 35 58 0 2 108 60 37
Octal 166 36 372 65 130 0 2 410 140 67
Binary 1110110 11110 11111010 110101 1011000 0 10 100001000 1100000 110111

Color Harmonies of #761EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761EFA

Black with #761EFA

Text Example


Text Example

White with #761EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,30,250); }

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

background-color css

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

 a { background-color: rgb(118,30,250); }

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

border-color css

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

 span { border-color: rgb(118,30,250); }

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