Html Css Color HEX #7315FB Electric Indigo

📋 copy color: '#7315FB'

red 115 ◦ green 21 ◦ blue 251

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

Shades of Electric Indigo #7315FB

Tints of Electric Indigo #7315FB

RGB

 RED value IS 115 (45.31% from 255) = 29.72%

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

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

R = 29.72%
G = 5.43%
B = 64.86%

CMYK

 C value IS 0.54

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7315FB (or 0x7315FB) is known color: Electric Indigo. HEX triplet: 73, 15 and FB. RGB value is (115,21,251). Sum of RGB (Red+Green+Blue) = 115+21+251=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 251 (98.44% from 255 or 64.86% from 387); Max value from RGB is 251 - color contains mainly: blue. Hex color #7315FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7315FB is #8CEA04. Grayscale: #4A4A4A. Windows color (decimal): -9234949 or 16455027. OLE color: 16455027.

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

Color convert

RGB 115 21 251 -
CMYK 0.54 0.92 0 0.02
HSL 264.52º 0.97% 0.53% -
HSV(B) 264.52º 0.92% 0.98% -
XYZ 24.75 11.15 92.11 -
YUV 75.33 227.14 156.3 -
System Red Green Blue C M Y K H S L
Decimal 115 21 251 0.54 0.92 0 0.02 264.52 0.97 0.53
Hex 73 15 FB 36 5C 0 2 109 61 35
Octal 163 25 373 66 134 0 2 411 141 65
Binary 1110011 10101 11111011 110110 1011100 0 10 100001001 1100001 110101

Color Harmonies of #7315FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7315FB

Black with #7315FB

Text Example


Text Example

White with #7315FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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