Html Css Color HEX #760FEA Electric Indigo

📋 copy color: '#760FEA'

red 118 ◦ green 15 ◦ blue 234

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

Shades of Electric Indigo #760FEA

Tints of Electric Indigo #760FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 63.76%

R = 32.15%
G = 4.09%
B = 63.76%

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

#760FEA (or 0x760FEA) is known color: Electric Indigo. HEX triplet: 76, 0F and EA. RGB value is (118,15,234). Sum of RGB (Red+Green+Blue) = 118+15+234=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 234 (91.80% from 255 or 63.76% from 367); Max value from RGB is 234 - color contains mainly: blue. Hex color #760FEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760FEA is #89F015. Grayscale: #454545. Windows color (decimal): -9039894 or 15339382. OLE color: 15339382.

HSL color Cylindrical-coordinate representation of color #760FEA: hue angle of 268.22º 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 #760FEA is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 15 234 -
CMYK 0.50 0.94 0 0.08
HSL 268.22º 0.88% 0.49% -
HSV(B) 268.22º 0.94% 0.92% -
XYZ 22.49 10.13 78.61 -
YUV 70.76 220.12 161.69 -
System Red Green Blue C M Y K H S L
Decimal 118 15 234 0.50 0.94 0 0.08 268.22 0.88 0.49
Hex 76 F EA 32 5E 0 8 10C 58 31
Octal 166 17 352 62 136 0 10 414 130 61
Binary 1110110 1111 11101010 110010 1011110 0 1000 100001100 1011000 110001

Color Harmonies of #760FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760FEA

Black with #760FEA

Text Example


Text Example

White with #760FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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