Html Css Color HEX #7C00FD Electric Indigo

📋 copy color: '#7C00FD'

red 124 ◦ green 0 ◦ blue 253

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

Shades of Electric Indigo #7C00FD

Tints of Electric Indigo #7C00FD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 253 (99.22% from 255) = 67.11%

R = 32.89%
G = 0%
B = 67.11%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7C00FD (or 0x7C00FD) is known color: Electric Indigo. HEX triplet: 7C, 00 and FD. RGB value is (124,0,253). Sum of RGB (Red+Green+Blue) = 124+0+253=377 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.89% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 253 (99.22% from 255 or 67.11% from 377); Max value from RGB is 253 - color contains mainly: blue. Hex color #7C00FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C00FD is #83FF02. Grayscale: #414141. Windows color (decimal): -8650499 or 16580732. OLE color: 16580732.

HSL color Cylindrical-coordinate representation of color #7C00FD: hue angle of 269.41º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C00FD is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 124 0 253 -
CMYK 0.51 1 0 0.01
HSL 269.41º 1% 0.5% -
HSV(B) 269.41º 1% 0.99% -
XYZ 26.04 11.38 93.75 -
YUV 65.92 233.58 169.43 -
System Red Green Blue C M Y K H S L
Decimal 124 0 253 0.51 1 0 0.01 269.41 1 0.5
Hex 7C 0 FD 33 64 0 1 10D 64 32
Octal 174 0 375 63 144 0 1 415 144 62
Binary 1111100 0 11111101 110011 1100100 0 1 100001101 1100100 110010

Color Harmonies of #7C00FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C00FD

Black with #7C00FD

Text Example


Text Example

White with #7C00FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,0,253); }

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

background-color css

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

 a { background-color: rgb(124,0,253); }

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

border-color css

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

 span { border-color: rgb(124,0,253); }

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