Html Css Color HEX #761BFD Electric Indigo

📋 copy color: '#761BFD'

red 118 ◦ green 27 ◦ blue 253

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

Shades of Electric Indigo #761BFD

Tints of Electric Indigo #761BFD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.78%

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

R = 29.65%
G = 6.78%
B = 63.57%

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

#761BFD (or 0x761BFD) is known color: Electric Indigo. HEX triplet: 76, 1B and FD. RGB value is (118,27,253). Sum of RGB (Red+Green+Blue) = 118+27+253=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 27 (10.94% from 255 or 6.78% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #761BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761BFD is #89E402. Grayscale: #4F4F4F. Windows color (decimal): -9036803 or 16587638. OLE color: 16587638.

HSL color Cylindrical-coordinate representation of color #761BFD: hue angle of 264.16º 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 #761BFD is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 27 253 -
CMYK 0.53 0.89 0 0.01
HSL 264.16º 0.98% 0.55% -
HSV(B) 264.16º 0.89% 0.99% -
XYZ 25.59 11.73 93.84 -
YUV 79.97 225.65 155.12 -
System Red Green Blue C M Y K H S L
Decimal 118 27 253 0.53 0.89 0 0.01 264.16 0.98 0.55
Hex 76 1B FD 35 59 0 1 108 62 37
Octal 166 33 375 65 131 0 1 410 142 67
Binary 1110110 11011 11111101 110101 1011001 0 1 100001000 1100010 110111

Color Harmonies of #761BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761BFD

Black with #761BFD

Text Example


Text Example

White with #761BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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