Html Css Color HEX #7318F1 Electric Indigo

📋 copy color: '#7318F1'

red 115 ◦ green 24 ◦ blue 241

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

Shades of Electric Indigo #7318F1

Tints of Electric Indigo #7318F1

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.32%

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

R = 30.26%
G = 6.32%
B = 63.42%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7318F1 (or 0x7318F1) is known color: Electric Indigo. HEX triplet: 73, 18 and F1. RGB value is (115,24,241). Sum of RGB (Red+Green+Blue) = 115+24+241=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 241 (94.53% from 255 or 63.42% from 380); Max value from RGB is 241 - color contains mainly: blue. Hex color #7318F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7318F1 is #8CE70E. Grayscale: #4B4B4B. Windows color (decimal): -9234191 or 15800435. OLE color: 15800435.

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

Color convert

RGB 115 24 241 -
CMYK 0.52 0.90 0 0.05
HSL 265.16º 0.89% 0.52% -
HSV(B) 265.16º 0.9% 0.95% -
XYZ 23.27 10.65 84.05 -
YUV 75.95 221.15 155.86 -
System Red Green Blue C M Y K H S L
Decimal 115 24 241 0.52 0.90 0 0.05 265.16 0.89 0.52
Hex 73 18 F1 34 5A 0 5 109 59 34
Octal 163 30 361 64 132 0 5 411 131 64
Binary 1110011 11000 11110001 110100 1011010 0 101 100001001 1011001 110100

Color Harmonies of #7318F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7318F1

Black with #7318F1

Text Example


Text Example

White with #7318F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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