Html Css Color HEX #7316F1 Electric Indigo

📋 copy color: '#7316F1'

red 115 ◦ green 22 ◦ blue 241

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

Shades of Electric Indigo #7316F1

Tints of Electric Indigo #7316F1

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.82%

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

R = 30.42%
G = 5.82%
B = 63.76%

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

#7316F1 (or 0x7316F1) is known color: Electric Indigo. HEX triplet: 73, 16 and F1. RGB value is (115,22,241). Sum of RGB (Red+Green+Blue) = 115+22+241=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 241 (94.53% from 255 or 63.76% from 378); Max value from RGB is 241 - color contains mainly: blue. Hex color #7316F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7316F1 is #8CE90E. Grayscale: #494949. Windows color (decimal): -9234703 or 15799923. OLE color: 15799923.

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

Color convert

RGB 115 22 241 -
CMYK 0.52 0.91 0 0.05
HSL 265.48º 0.89% 0.52% -
HSV(B) 265.48º 0.91% 0.95% -
XYZ 23.23 10.57 84.03 -
YUV 74.77 221.81 156.69 -
System Red Green Blue C M Y K H S L
Decimal 115 22 241 0.52 0.91 0 0.05 265.48 0.89 0.52
Hex 73 16 F1 34 5B 0 5 109 59 34
Octal 163 26 361 64 133 0 5 411 131 64
Binary 1110011 10110 11110001 110100 1011011 0 101 100001001 1011001 110100

Color Harmonies of #7316F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7316F1

Black with #7316F1

Text Example


Text Example

White with #7316F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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