Html Css Color HEX #7515FA Electric Indigo

📋 copy color: '#7515FA'

red 117 ◦ green 21 ◦ blue 250

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

Shades of Electric Indigo #7515FA

Tints of Electric Indigo #7515FA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.41%

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

R = 30.15%
G = 5.41%
B = 64.43%

CMYK

 C value IS 0.53

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7515FA (or 0x7515FA) is known color: Electric Indigo. HEX triplet: 75, 15 and FA. RGB value is (117,21,250). Sum of RGB (Red+Green+Blue) = 117+21+250=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 250 (98.05% from 255 or 64.43% from 388); Max value from RGB is 250 - color contains mainly: blue. Hex color #7515FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7515FA is #8AEA05. Grayscale: #4A4A4A. Windows color (decimal): -9103878 or 16389493. OLE color: 16389493.

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

Color convert

RGB 117 21 250 -
CMYK 0.53 0.92 0 0.02
HSL 265.15º 0.96% 0.53% -
HSV(B) 265.15º 0.92% 0.98% -
XYZ 24.86 11.22 91.3 -
YUV 75.81 226.3 157.38 -
System Red Green Blue C M Y K H S L
Decimal 117 21 250 0.53 0.92 0 0.02 265.15 0.96 0.53
Hex 75 15 FA 35 5C 0 2 109 60 35
Octal 165 25 372 65 134 0 2 411 140 65
Binary 1110101 10101 11111010 110101 1011100 0 10 100001001 1100000 110101

Color Harmonies of #7515FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7515FA

Black with #7515FA

Text Example


Text Example

White with #7515FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7515FA; }

 p { color: rgb(117,21,250); }

 H1.HeaderClassName
 {
   color: #7515FA;
 }
 .AnyTagClassName
 {
   color: #7515FA;
 }
</style>

background-color css

<style>
 a { background-color: #7515FA; }

 a { background-color: rgb(117,21,250); }

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

border-color css

<style>
 span { border-color: #7515FA; }

 span { border-color: rgb(117,21,250); }

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