Html Css Color HEX #760CEB Electric Indigo

📋 copy color: '#760CEB'

red 118 ◦ green 12 ◦ blue 235

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

Shades of Electric Indigo #760CEB

Tints of Electric Indigo #760CEB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.29%

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

R = 32.33%
G = 3.29%
B = 64.38%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#760CEB (or 0x760CEB) is known color: Electric Indigo. HEX triplet: 76, 0C and EB. RGB value is (118,12,235). Sum of RGB (Red+Green+Blue) = 118+12+235=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 235 (92.19% from 255 or 64.38% from 365); Max value from RGB is 235 - color contains mainly: blue. Hex color #760CEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760CEB is #89F314. Grayscale: #444444. Windows color (decimal): -9040661 or 15404150. OLE color: 15404150.

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

Color convert

RGB 118 12 235 -
CMYK 0.50 0.95 0 0.08
HSL 268.52º 0.9% 0.48% -
HSV(B) 268.52º 0.95% 0.92% -
XYZ 22.6 10.11 79.36 -
YUV 69.12 221.62 162.87 -
System Red Green Blue C M Y K H S L
Decimal 118 12 235 0.50 0.95 0 0.08 268.52 0.9 0.48
Hex 76 C EB 32 5F 0 8 10D 5A 30
Octal 166 14 353 62 137 0 10 415 132 60
Binary 1110110 1100 11101011 110010 1011111 0 1000 100001101 1011010 110000

Color Harmonies of #760CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760CEB

Black with #760CEB

Text Example


Text Example

White with #760CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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