Html Css Color HEX #760FEB Electric Indigo

📋 copy color: '#760FEB'

red 118 ◦ green 15 ◦ blue 235

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

Shades of Electric Indigo #760FEB

Tints of Electric Indigo #760FEB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.08%

 BLUE value IS 235 (92.19% from 255) = 63.86%

R = 32.07%
G = 4.08%
B = 63.86%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#760FEB (or 0x760FEB) is known color: Electric Indigo. HEX triplet: 76, 0F and EB. RGB value is (118,15,235). Sum of RGB (Red+Green+Blue) = 118+15+235=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 235 (92.19% from 255 or 63.86% from 368); Max value from RGB is 235 - color contains mainly: blue. Hex color #760FEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760FEB is #89F014. Grayscale: #464646. Windows color (decimal): -9039893 or 15404918. OLE color: 15404918.

HSL color Cylindrical-coordinate representation of color #760FEB: hue angle of 268.09º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760FEB is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 15 235 -
CMYK 0.50 0.94 0 0.08
HSL 268.09º 0.88% 0.49% -
HSV(B) 268.09º 0.94% 0.92% -
XYZ 22.64 10.19 79.37 -
YUV 70.88 220.62 161.61 -
System Red Green Blue C M Y K H S L
Decimal 118 15 235 0.50 0.94 0 0.08 268.09 0.88 0.49
Hex 76 F EB 32 5E 0 8 10C 58 31
Octal 166 17 353 62 136 0 10 414 130 61
Binary 1110110 1111 11101011 110010 1011110 0 1000 100001100 1011000 110001

Color Harmonies of #760FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760FEB

Black with #760FEB

Text Example


Text Example

White with #760FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,15,235); }

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

background-color css

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

 a { background-color: rgb(118,15,235); }

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

border-color css

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

 span { border-color: rgb(118,15,235); }

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