Html Css Color HEX #760BEF Electric Indigo

📋 copy color: '#760BEF'

red 118 ◦ green 11 ◦ blue 239

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

Shades of Electric Indigo #760BEF

Tints of Electric Indigo #760BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 64.95%

R = 32.07%
G = 2.99%
B = 64.95%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#760BEF (or 0x760BEF) is known color: Electric Indigo. HEX triplet: 76, 0B and EF. RGB value is (118,11,239). Sum of RGB (Red+Green+Blue) = 118+11+239=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 11 (4.69% from 255 or 2.99% from 368); Blue value is 239 (93.75% from 255 or 64.95% from 368); Max value from RGB is 239 - color contains mainly: blue. Hex color #760BEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760BEF is #89F410. Grayscale: #444444. Windows color (decimal): -9040913 or 15666038. OLE color: 15666038.

HSL color Cylindrical-coordinate representation of color #760BEF: hue angle of 268.16º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760BEF is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 11 239 -
CMYK 0.51 0.95 0 0.06
HSL 268.16º 0.91% 0.49% -
HSV(B) 268.16º 0.95% 0.94% -
XYZ 23.17 10.32 82.43 -
YUV 68.99 223.95 162.96 -
System Red Green Blue C M Y K H S L
Decimal 118 11 239 0.51 0.95 0 0.06 268.16 0.91 0.49
Hex 76 B EF 33 5F 0 6 10C 5B 31
Octal 166 13 357 63 137 0 6 414 133 61
Binary 1110110 1011 11101111 110011 1011111 0 110 100001100 1011011 110001

Color Harmonies of #760BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760BEF

Black with #760BEF

Text Example


Text Example

White with #760BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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