Html Css Color HEX #761DFB Electric Indigo

📋 copy color: '#761DFB'

red 118 ◦ green 29 ◦ blue 251

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

Shades of Electric Indigo #761DFB

Tints of Electric Indigo #761DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.29%

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

R = 29.65%
G = 7.29%
B = 63.07%

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

#761DFB (or 0x761DFB) is known color: Electric Indigo. HEX triplet: 76, 1D and FB. RGB value is (118,29,251). Sum of RGB (Red+Green+Blue) = 118+29+251=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 29 (11.72% from 255 or 7.29% 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 #761DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761DFB is #89E204. Grayscale: #505050. Windows color (decimal): -9036293 or 16457078. OLE color: 16457078.

HSL color Cylindrical-coordinate representation of color #761DFB: hue angle of 264.05º degrees, saturation: 0.97, 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 #761DFB is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 29 251 -
CMYK 0.53 0.88 0 0.02
HSL 264.05º 0.97% 0.55% -
HSV(B) 264.05º 0.88% 0.98% -
XYZ 25.32 11.7 92.19 -
YUV 80.92 223.99 154.45 -
System Red Green Blue C M Y K H S L
Decimal 118 29 251 0.53 0.88 0 0.02 264.05 0.97 0.55
Hex 76 1D FB 35 58 0 2 108 61 37
Octal 166 35 373 65 130 0 2 410 141 67
Binary 1110110 11101 11111011 110101 1011000 0 10 100001000 1100001 110111

Color Harmonies of #761DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761DFB

Black with #761DFB

Text Example


Text Example

White with #761DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,29,251); }

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

background-color css

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

 a { background-color: rgb(118,29,251); }

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

border-color css

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

 span { border-color: rgb(118,29,251); }

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