Html Css Color HEX #7518F3 Electric Indigo

📋 copy color: '#7518F3'

red 117 ◦ green 24 ◦ blue 243

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

Shades of Electric Indigo #7518F3

Tints of Electric Indigo #7518F3

RGB

 RED value IS 117 (46.09% from 255) = 30.47%

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

 BLUE value IS 243 (95.31% from 255) = 63.28%

R = 30.47%
G = 6.25%
B = 63.28%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7518F3 (or 0x7518F3) is known color: Electric Indigo. HEX triplet: 75, 18 and F3. RGB value is (117,24,243). Sum of RGB (Red+Green+Blue) = 117+24+243=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 243 (95.31% from 255 or 63.28% from 384); Max value from RGB is 243 - color contains mainly: blue. Hex color #7518F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7518F3 is #8AE70C. Grayscale: #4B4B4B. Windows color (decimal): -9103117 or 15931509. OLE color: 15931509.

HSL color Cylindrical-coordinate representation of color #7518F3: hue angle of 265.48º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7518F3 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 24 243 -
CMYK 0.52 0.90 0 0.05
HSL 265.48º 0.9% 0.52% -
HSV(B) 265.48º 0.9% 0.95% -
XYZ 23.84 10.91 85.64 -
YUV 76.77 221.81 156.69 -
System Red Green Blue C M Y K H S L
Decimal 117 24 243 0.52 0.90 0 0.05 265.48 0.9 0.52
Hex 75 18 F3 34 5A 0 5 109 5A 34
Octal 165 30 363 64 132 0 5 411 132 64
Binary 1110101 11000 11110011 110100 1011010 0 101 100001001 1011010 110100

Color Harmonies of #7518F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7518F3

Black with #7518F3

Text Example


Text Example

White with #7518F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7518F3; }

 p { color: rgb(117,24,243); }

 H1.HeaderClassName
 {
   color: #7518F3;
 }
 .AnyTagClassName
 {
   color: #7518F3;
 }
</style>

background-color css

<style>
 a { background-color: #7518F3; }

 a { background-color: rgb(117,24,243); }

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

border-color css

<style>
 span { border-color: #7518F3; }

 span { border-color: rgb(117,24,243); }

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