Html Css Color HEX #760BFF Electric Indigo

📋 copy color: '#760BFF'

red 118 ◦ green 11 ◦ blue 255

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

Shades of Electric Indigo #760BFF

Tints of Electric Indigo #760BFF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.86%

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

R = 30.73%
G = 2.86%
B = 66.41%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#760BFF (or 0x760BFF) is known color: Electric Indigo. HEX triplet: 76, 0B and FF. RGB value is (118,11,255). Sum of RGB (Red+Green+Blue) = 118+11+255=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #760BFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760BFF is #89F400. Grayscale: #454545. Windows color (decimal): -9040897 or 16714614. OLE color: 16714614.

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

Color convert

RGB 118 11 255 -
CMYK 0.54 0.96 0 0
HSL 266.31º 1% 0.52% -
HSV(B) 266.31º 0.96% 1% -
XYZ 25.64 11.31 95.44 -
YUV 70.81 231.95 161.66 -
System Red Green Blue C M Y K H S L
Decimal 118 11 255 0.54 0.96 0 0 266.31 1 0.52
Hex 76 B FF 36 60 0 0 10A 64 34
Octal 166 13 377 66 140 0 0 412 144 64
Binary 1110110 1011 11111111 110110 1100000 0 0 100001010 1100100 110100

Color Harmonies of #760BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760BFF

Black with #760BFF

Text Example


Text Example

White with #760BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760BFF; }

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

 H1.HeaderClassName
 {
   color: #760BFF;
 }
 .AnyTagClassName
 {
   color: #760BFF;
 }
</style>

background-color css

<style>
 a { background-color: #760BFF; }

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

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

border-color css

<style>
 span { border-color: #760BFF; }

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

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