Html Css Color HEX #7315F1 Electric Indigo

📋 copy color: '#7315F1'

red 115 ◦ green 21 ◦ blue 241

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

Shades of Electric Indigo #7315F1

Tints of Electric Indigo #7315F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 63.93%

R = 30.5%
G = 5.57%
B = 63.93%

CMYK

 C value IS 0.52

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7315F1 (or 0x7315F1) is known color: Electric Indigo. HEX triplet: 73, 15 and F1. RGB value is (115,21,241). Sum of RGB (Red+Green+Blue) = 115+21+241=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 241 (94.53% from 255 or 63.93% from 377); Max value from RGB is 241 - color contains mainly: blue. Hex color #7315F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7315F1 is #8CEA0E. Grayscale: #494949. Windows color (decimal): -9234959 or 15799667. OLE color: 15799667.

HSL color Cylindrical-coordinate representation of color #7315F1: hue angle of 265.64º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7315F1 is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 115 21 241 -
CMYK 0.52 0.91 0 0.05
HSL 265.64º 0.89% 0.51% -
HSV(B) 265.64º 0.91% 0.95% -
XYZ 23.22 10.53 84.03 -
YUV 74.19 222.14 157.11 -
System Red Green Blue C M Y K H S L
Decimal 115 21 241 0.52 0.91 0 0.05 265.64 0.89 0.51
Hex 73 15 F1 34 5B 0 5 10A 59 33
Octal 163 25 361 64 133 0 5 412 131 63
Binary 1110011 10101 11110001 110100 1011011 0 101 100001010 1011001 110011

Color Harmonies of #7315F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7315F1

Black with #7315F1

Text Example


Text Example

White with #7315F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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