Html Css Color HEX #761FFC Electric Indigo

📋 copy color: '#761FFC'

red 118 ◦ green 31 ◦ blue 252

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

Shades of Electric Indigo #761FFC

Tints of Electric Indigo #761FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.73%

 BLUE value IS 252 (98.83% from 255) = 62.84%

R = 29.43%
G = 7.73%
B = 62.84%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#761FFC (or 0x761FFC) is known color: Electric Indigo. HEX triplet: 76, 1F and FC. RGB value is (118,31,252). Sum of RGB (Red+Green+Blue) = 118+31+252=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 31 (12.5% from 255 or 7.73% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #761FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761FFC is #89E003. Grayscale: #515151. Windows color (decimal): -9035780 or 16523126. OLE color: 16523126.

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

Color convert

RGB 118 31 252 -
CMYK 0.53 0.88 0 0.01
HSL 263.62º 0.97% 0.55% -
HSV(B) 263.62º 0.88% 0.99% -
XYZ 25.53 11.86 93.04 -
YUV 82.21 223.82 153.53 -
System Red Green Blue C M Y K H S L
Decimal 118 31 252 0.53 0.88 0 0.01 263.62 0.97 0.55
Hex 76 1F FC 35 58 0 1 108 61 37
Octal 166 37 374 65 130 0 1 410 141 67
Binary 1110110 11111 11111100 110101 1011000 0 1 100001000 1100001 110111

Color Harmonies of #761FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761FFC

Black with #761FFC

Text Example


Text Example

White with #761FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,31,252); }

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

background-color css

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

 a { background-color: rgb(118,31,252); }

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

border-color css

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

 span { border-color: rgb(118,31,252); }

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