Html Css Color HEX #760BE1 Electric Indigo

📋 copy color: '#760BE1'

red 118 ◦ green 11 ◦ blue 225

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

Shades of Electric Indigo #760BE1

Tints of Electric Indigo #760BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 63.56%

R = 33.33%
G = 3.11%
B = 63.56%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#760BE1 (or 0x760BE1) is known color: Electric Indigo. HEX triplet: 76, 0B and E1. RGB value is (118,11,225). Sum of RGB (Red+Green+Blue) = 118+11+225=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 225 (88.28% from 255 or 63.56% from 354); Max value from RGB is 225 - color contains mainly: blue. Hex color #760BE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760BE1 is #89F41E. Grayscale: #424242. Windows color (decimal): -9040927 or 14748534. OLE color: 14748534.

HSL color Cylindrical-coordinate representation of color #760BE1: hue angle of 270º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760BE1 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 118 11 225 -
CMYK 0.48 0.95 0 0.12
HSL 270º 0.91% 0.46% -
HSV(B) 270º 0.95% 0.88% -
XYZ 21.18 9.53 71.96 -
YUV 67.39 216.95 164.1 -
System Red Green Blue C M Y K H S L
Decimal 118 11 225 0.48 0.95 0 0.12 270 0.91 0.46
Hex 76 B E1 30 5F 0 C 10E 5B 2E
Octal 166 13 341 60 137 0 14 416 133 56
Binary 1110110 1011 11100001 110000 1011111 0 1100 100001110 1011011 101110

Color Harmonies of #760BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760BE1

Black with #760BE1

Text Example


Text Example

White with #760BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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