Html Css Color HEX #731EFF Electric Indigo

📋 copy color: '#731EFF'

red 115 ◦ green 30 ◦ blue 255

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

Shades of Electric Indigo #731EFF

Tints of Electric Indigo #731EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.75%

R = 28.75%
G = 7.5%
B = 63.75%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#731EFF (or 0x731EFF) is known color: Electric Indigo. HEX triplet: 73, 1E and FF. RGB value is (115,30,255). Sum of RGB (Red+Green+Blue) = 115+30+255=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 30 (12.11% from 255 or 7.5% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #731EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731EFF is #8CE100. Grayscale: #505050. Windows color (decimal): -9232641 or 16719475. OLE color: 16719475.

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

Color convert

RGB 115 30 255 -
CMYK 0.55 0.88 0 0
HSL 262.67º 1% 0.56% -
HSV(B) 262.67º 0.88% 1% -
XYZ 25.58 11.79 95.54 -
YUV 81.07 226.16 152.2 -
System Red Green Blue C M Y K H S L
Decimal 115 30 255 0.55 0.88 0 0 262.67 1 0.56
Hex 73 1E FF 37 58 0 0 107 64 38
Octal 163 36 377 67 130 0 0 407 144 70
Binary 1110011 11110 11111111 110111 1011000 0 0 100000111 1100100 111000

Color Harmonies of #731EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731EFF

Black with #731EFF

Text Example


Text Example

White with #731EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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