Html Css Color HEX #760CFA Electric Indigo

📋 copy color: '#760CFA'

red 118 ◦ green 12 ◦ blue 250

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

Shades of Electric Indigo #760CFA

Tints of Electric Indigo #760CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.79%

R = 31.05%
G = 3.16%
B = 65.79%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#760CFA (or 0x760CFA) is known color: Electric Indigo. HEX triplet: 76, 0C and FA. RGB value is (118,12,250). Sum of RGB (Red+Green+Blue) = 118+12+250=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #760CFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760CFA is #89F305. Grayscale: #454545. Windows color (decimal): -9040646 or 16387190. OLE color: 16387190.

HSL color Cylindrical-coordinate representation of color #760CFA: hue angle of 266.72º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760CFA is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 12 250 -
CMYK 0.53 0.95 0 0.02
HSL 266.72º 0.96% 0.51% -
HSV(B) 266.72º 0.95% 0.98% -
XYZ 24.86 11.02 91.26 -
YUV 70.83 229.12 161.65 -
System Red Green Blue C M Y K H S L
Decimal 118 12 250 0.53 0.95 0 0.02 266.72 0.96 0.51
Hex 76 C FA 35 5F 0 2 10B 60 33
Octal 166 14 372 65 137 0 2 413 140 63
Binary 1110110 1100 11111010 110101 1011111 0 10 100001011 1100000 110011

Color Harmonies of #760CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760CFA

Black with #760CFA

Text Example


Text Example

White with #760CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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