Html Css Color HEX #731EFA Electric Indigo

📋 copy color: '#731EFA'

red 115 ◦ green 30 ◦ blue 250

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

Shades of Electric Indigo #731EFA

Tints of Electric Indigo #731EFA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.59%

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

R = 29.11%
G = 7.59%
B = 63.29%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#731EFA (or 0x731EFA) is known color: Electric Indigo. HEX triplet: 73, 1E and FA. RGB value is (115,30,250). Sum of RGB (Red+Green+Blue) = 115+30+250=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #731EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731EFA is #8CE105. Grayscale: #4F4F4F. Windows color (decimal): -9232646 or 16391795. OLE color: 16391795.

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

Color convert

RGB 115 30 250 -
CMYK 0.54 0.88 0 0.02
HSL 263.18º 0.96% 0.55% -
HSV(B) 263.18º 0.88% 0.98% -
XYZ 24.79 11.48 91.35 -
YUV 80.5 223.66 152.61 -
System Red Green Blue C M Y K H S L
Decimal 115 30 250 0.54 0.88 0 0.02 263.18 0.96 0.55
Hex 73 1E FA 36 58 0 2 107 60 37
Octal 163 36 372 66 130 0 2 407 140 67
Binary 1110011 11110 11111010 110110 1011000 0 10 100000111 1100000 110111

Color Harmonies of #731EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731EFA

Black with #731EFA

Text Example


Text Example

White with #731EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731EFA; }

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

 H1.HeaderClassName
 {
   color: #731EFA;
 }
 .AnyTagClassName
 {
   color: #731EFA;
 }
</style>

background-color css

<style>
 a { background-color: #731EFA; }

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

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

border-color css

<style>
 span { border-color: #731EFA; }

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

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