Html Css Color HEX #7C18FF Electric Indigo

📋 copy color: '#7C18FF'

red 124 ◦ green 24 ◦ blue 255

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

Shades of Electric Indigo #7C18FF

Tints of Electric Indigo #7C18FF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.96%

 BLUE value IS 255 (100% from 255) = 63.28%

R = 30.77%
G = 5.96%
B = 63.28%

CMYK

 C value IS 0.51

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7C18FF (or 0x7C18FF) is known color: Electric Indigo. HEX triplet: 7C, 18 and FF. RGB value is (124,24,255). Sum of RGB (Red+Green+Blue) = 124+24+255=403 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.77% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #7C18FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C18FF is #83E700. Grayscale: #4F4F4F. Windows color (decimal): -8644353 or 16717948. OLE color: 16717948.

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

Color convert

RGB 124 24 255 -
CMYK 0.51 0.91 0 0
HSL 265.97º 1% 0.55% -
HSV(B) 265.97º 0.91% 1% -
XYZ 26.69 12.16 95.55 -
YUV 80.23 226.63 159.22 -
System Red Green Blue C M Y K H S L
Decimal 124 24 255 0.51 0.91 0 0 265.97 1 0.55
Hex 7C 18 FF 33 5B 0 0 10A 64 37
Octal 174 30 377 63 133 0 0 412 144 67
Binary 1111100 11000 11111111 110011 1011011 0 0 100001010 1100100 110111

Color Harmonies of #7C18FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C18FF

Black with #7C18FF

Text Example


Text Example

White with #7C18FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,24,255); }

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

background-color css

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

 a { background-color: rgb(124,24,255); }

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

border-color css

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

 span { border-color: rgb(124,24,255); }

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