Html Css Color HEX #761CFD Electric Indigo

📋 copy color: '#761CFD'

red 118 ◦ green 28 ◦ blue 253

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

Shades of Electric Indigo #761CFD

Tints of Electric Indigo #761CFD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.02%

 BLUE value IS 253 (99.22% from 255) = 63.41%

R = 29.57%
G = 7.02%
B = 63.41%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#761CFD (or 0x761CFD) is known color: Electric Indigo. HEX triplet: 76, 1C and FD. RGB value is (118,28,253). Sum of RGB (Red+Green+Blue) = 118+28+253=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 28 (11.33% from 255 or 7.02% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #761CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761CFD is #89E302. Grayscale: #4F4F4F. Windows color (decimal): -9036547 or 16587894. OLE color: 16587894.

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

Color convert

RGB 118 28 253 -
CMYK 0.53 0.89 0 0.01
HSL 264º 0.98% 0.55% -
HSV(B) 264º 0.89% 0.99% -
XYZ 25.62 11.77 93.85 -
YUV 80.56 225.32 154.7 -
System Red Green Blue C M Y K H S L
Decimal 118 28 253 0.53 0.89 0 0.01 264 0.98 0.55
Hex 76 1C FD 35 59 0 1 108 62 37
Octal 166 34 375 65 131 0 1 410 142 67
Binary 1110110 11100 11111101 110101 1011001 0 1 100001000 1100010 110111

Color Harmonies of #761CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761CFD

Black with #761CFD

Text Example


Text Example

White with #761CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,28,253); }

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

background-color css

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

 a { background-color: rgb(118,28,253); }

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

border-color css

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

 span { border-color: rgb(118,28,253); }

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