Html Css Color HEX #7515FB Electric Indigo

📋 copy color: '#7515FB'

red 117 ◦ green 21 ◦ blue 251

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

Shades of Electric Indigo #7515FB

Tints of Electric Indigo #7515FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 64.52%

R = 30.08%
G = 5.4%
B = 64.52%

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

#7515FB (or 0x7515FB) is known color: Electric Indigo. HEX triplet: 75, 15 and FB. RGB value is (117,21,251). Sum of RGB (Red+Green+Blue) = 117+21+251=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 251 (98.44% from 255 or 64.52% from 389); Max value from RGB is 251 - color contains mainly: blue. Hex color #7515FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7515FB is #8AEA04. Grayscale: #4B4B4B. Windows color (decimal): -9103877 or 16455029. OLE color: 16455029.

HSL color Cylindrical-coordinate representation of color #7515FB: hue angle of 265.04º degrees, saturation: 0.97, 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 #7515FB is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 21 251 -
CMYK 0.53 0.92 0 0.02
HSL 265.04º 0.97% 0.53% -
HSV(B) 265.04º 0.92% 0.98% -
XYZ 25.02 11.28 92.13 -
YUV 75.92 226.8 157.3 -
System Red Green Blue C M Y K H S L
Decimal 117 21 251 0.53 0.92 0 0.02 265.04 0.97 0.53
Hex 75 15 FB 35 5C 0 2 109 61 35
Octal 165 25 373 65 134 0 2 411 141 65
Binary 1110101 10101 11111011 110101 1011100 0 10 100001001 1100001 110101

Color Harmonies of #7515FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7515FB

Black with #7515FB

Text Example


Text Example

White with #7515FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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