Html Css Color HEX #7318FA Electric Indigo

📋 copy color: '#7318FA'

red 115 ◦ green 24 ◦ blue 250

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

Shades of Electric Indigo #7318FA

Tints of Electric Indigo #7318FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 64.27%

R = 29.56%
G = 6.17%
B = 64.27%

CMYK

 C value IS 0.54

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7318FA (or 0x7318FA) is known color: Electric Indigo. HEX triplet: 73, 18 and FA. RGB value is (115,24,250). Sum of RGB (Red+Green+Blue) = 115+24+250=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 24 (9.77% from 255 or 6.17% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #7318FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7318FA is #8CE705. Grayscale: #4C4C4C. Windows color (decimal): -9234182 or 16390259. OLE color: 16390259.

HSL color Cylindrical-coordinate representation of color #7318FA: hue angle of 264.16º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7318FA is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 24 250 -
CMYK 0.54 0.90 0 0.02
HSL 264.16º 0.96% 0.54% -
HSV(B) 264.16º 0.9% 0.98% -
XYZ 24.65 11.2 91.31 -
YUV 76.97 225.65 155.12 -
System Red Green Blue C M Y K H S L
Decimal 115 24 250 0.54 0.90 0 0.02 264.16 0.96 0.54
Hex 73 18 FA 36 5A 0 2 108 60 36
Octal 163 30 372 66 132 0 2 410 140 66
Binary 1110011 11000 11111010 110110 1011010 0 10 100001000 1100000 110110

Color Harmonies of #7318FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7318FA

Black with #7318FA

Text Example


Text Example

White with #7318FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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