Html Css Color HEX #7C0AEF Electric Indigo

📋 copy color: '#7C0AEF'

red 124 ◦ green 10 ◦ blue 239

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

Shades of Electric Indigo #7C0AEF

Tints of Electric Indigo #7C0AEF

RGB

 RED value IS 124 (48.83% from 255) = 33.24%

 GREEN value IS 10 (4.3% from 255) = 2.68%

 BLUE value IS 239 (93.75% from 255) = 64.08%

R = 33.24%
G = 2.68%
B = 64.08%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7C0AEF (or 0x7C0AEF) is known color: Electric Indigo. HEX triplet: 7C, 0A and EF. RGB value is (124,10,239). Sum of RGB (Red+Green+Blue) = 124+10+239=373 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.24% from 373); Green value is 10 (4.30% from 255 or 2.68% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #7C0AEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C0AEF is #83F510. Grayscale: #454545. Windows color (decimal): -8647953 or 15665788. OLE color: 15665788.

HSL color Cylindrical-coordinate representation of color #7C0AEF: hue angle of 269.87º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C0AEF is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 124 10 239 -
CMYK 0.48 0.96 0 0.06
HSL 269.87º 0.92% 0.49% -
HSV(B) 269.87º 0.96% 0.94% -
XYZ 24 10.73 82.47 -
YUV 70.19 223.27 166.38 -
System Red Green Blue C M Y K H S L
Decimal 124 10 239 0.48 0.96 0 0.06 269.87 0.92 0.49
Hex 7C A EF 30 60 0 6 10E 5C 31
Octal 174 12 357 60 140 0 6 416 134 61
Binary 1111100 1010 11101111 110000 1100000 0 110 100001110 1011100 110001

Color Harmonies of #7C0AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0AEF

Black with #7C0AEF

Text Example


Text Example

White with #7C0AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C0AEF; }

 p { color: rgb(124,10,239); }

 H1.HeaderClassName
 {
   color: #7C0AEF;
 }
 .AnyTagClassName
 {
   color: #7C0AEF;
 }
</style>

background-color css

<style>
 a { background-color: #7C0AEF; }

 a { background-color: rgb(124,10,239); }

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

border-color css

<style>
 span { border-color: #7C0AEF; }

 span { border-color: rgb(124,10,239); }

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