Html Css Color HEX #731EFE Electric Indigo

📋 copy color: '#731EFE'

red 115 ◦ green 30 ◦ blue 254

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

Shades of Electric Indigo #731EFE

Tints of Electric Indigo #731EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.66%

R = 28.82%
G = 7.52%
B = 63.66%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#731EFE (or 0x731EFE) is known color: Electric Indigo. HEX triplet: 73, 1E and FE. RGB value is (115,30,254). Sum of RGB (Red+Green+Blue) = 115+30+254=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #731EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731EFE is #8CE101. Grayscale: #505050. Windows color (decimal): -9232642 or 16653939. OLE color: 16653939.

HSL color Cylindrical-coordinate representation of color #731EFE: hue angle of 262.77º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #731EFE is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 115 30 254 -
CMYK 0.55 0.88 0 0.00
HSL 262.77º 0.99% 0.56% -
HSV(B) 262.77º 0.88% 1% -
XYZ 25.42 11.73 94.69 -
YUV 80.95 225.66 152.29 -
System Red Green Blue C M Y K H S L
Decimal 115 30 254 0.55 0.88 0 0.00 262.77 0.99 0.56
Hex 73 1E FE 37 58 0 0 107 63 38
Octal 163 36 376 67 130 0 0 407 143 70
Binary 1110011 11110 11111110 110111 1011000 0 0 100000111 1100011 111000

Color Harmonies of #731EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731EFE

Black with #731EFE

Text Example


Text Example

White with #731EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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