Html Css Color HEX #7312FA Electric Indigo

📋 copy color: '#7312FA'

red 115 ◦ green 18 ◦ blue 250

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

Shades of Electric Indigo #7312FA

Tints of Electric Indigo #7312FA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.7%

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

R = 30.03%
G = 4.7%
B = 65.27%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7312FA (or 0x7312FA) is known color: Electric Indigo. HEX triplet: 73, 12 and FA. RGB value is (115,18,250). Sum of RGB (Red+Green+Blue) = 115+18+250=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 250 (98.05% from 255 or 65.27% from 383); Max value from RGB is 250 - color contains mainly: blue. Hex color #7312FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7312FA is #8CED05. Grayscale: #484848. Windows color (decimal): -9235718 or 16388723. OLE color: 16388723.

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

Color convert

RGB 115 18 250 -
CMYK 0.54 0.93 0 0.02
HSL 265.09º 0.96% 0.53% -
HSV(B) 265.09º 0.93% 0.98% -
XYZ 24.54 10.98 91.27 -
YUV 73.45 227.64 157.64 -
System Red Green Blue C M Y K H S L
Decimal 115 18 250 0.54 0.93 0 0.02 265.09 0.96 0.53
Hex 73 12 FA 36 5D 0 2 109 60 35
Octal 163 22 372 66 135 0 2 411 140 65
Binary 1110011 10010 11111010 110110 1011101 0 10 100001001 1100000 110101

Color Harmonies of #7312FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7312FA

Black with #7312FA

Text Example


Text Example

White with #7312FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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