Html Css Color HEX #760BFB Electric Indigo

📋 copy color: '#760BFB'

red 118 ◦ green 11 ◦ blue 251

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

Shades of Electric Indigo #760BFB

Tints of Electric Indigo #760BFB

RGB

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

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

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

R = 31.05%
G = 2.89%
B = 66.05%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#760BFB (or 0x760BFB) is known color: Electric Indigo. HEX triplet: 76, 0B and FB. RGB value is (118,11,251). Sum of RGB (Red+Green+Blue) = 118+11+251=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 11 (4.69% from 255 or 2.89% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #760BFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760BFB is #89F404. Grayscale: #454545. Windows color (decimal): -9040901 or 16452470. OLE color: 16452470.

HSL color Cylindrical-coordinate representation of color #760BFB: hue angle of 266.75º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #760BFB is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 11 251 -
CMYK 0.53 0.96 0 0.02
HSL 266.75º 0.97% 0.51% -
HSV(B) 266.75º 0.96% 0.98% -
XYZ 25 11.06 92.08 -
YUV 70.35 229.95 161.99 -
System Red Green Blue C M Y K H S L
Decimal 118 11 251 0.53 0.96 0 0.02 266.75 0.97 0.51
Hex 76 B FB 35 60 0 2 10B 61 33
Octal 166 13 373 65 140 0 2 413 141 63
Binary 1110110 1011 11111011 110101 1100000 0 10 100001011 1100001 110011

Color Harmonies of #760BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760BFB

Black with #760BFB

Text Example


Text Example

White with #760BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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