Html Css Color HEX #761CFF Electric Indigo

📋 copy color: '#761CFF'

red 118 ◦ green 28 ◦ blue 255

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

Shades of Electric Indigo #761CFF

Tints of Electric Indigo #761CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.59%

R = 29.43%
G = 6.98%
B = 63.59%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#761CFF (or 0x761CFF) is known color: Electric Indigo. HEX triplet: 76, 1C and FF. RGB value is (118,28,255). Sum of RGB (Red+Green+Blue) = 118+28+255=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 28 (11.33% from 255 or 6.98% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #761CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761CFF is #89E300. Grayscale: #4F4F4F. Windows color (decimal): -9036545 or 16718966. OLE color: 16718966.

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

Color convert

RGB 118 28 255 -
CMYK 0.54 0.89 0 0
HSL 263.79º 1% 0.55% -
HSV(B) 263.79º 0.89% 1% -
XYZ 25.94 11.9 95.54 -
YUV 80.79 226.32 154.54 -
System Red Green Blue C M Y K H S L
Decimal 118 28 255 0.54 0.89 0 0 263.79 1 0.55
Hex 76 1C FF 36 59 0 0 108 64 37
Octal 166 34 377 66 131 0 0 410 144 67
Binary 1110110 11100 11111111 110110 1011001 0 0 100001000 1100100 110111

Color Harmonies of #761CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761CFF

Black with #761CFF

Text Example


Text Example

White with #761CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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