Html Css Color HEX #731AF0 Electric Indigo

📋 copy color: '#731AF0'

red 115 ◦ green 26 ◦ blue 240

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

Shades of Electric Indigo #731AF0

Tints of Electric Indigo #731AF0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.82%

 BLUE value IS 240 (94.14% from 255) = 62.99%

R = 30.18%
G = 6.82%
B = 62.99%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#731AF0 (or 0x731AF0) is known color: Electric Indigo. HEX triplet: 73, 1A and F0. RGB value is (115,26,240). Sum of RGB (Red+Green+Blue) = 115+26+240=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 26 (10.55% from 255 or 6.82% from 381); Blue value is 240 (94.14% from 255 or 62.99% from 381); Max value from RGB is 240 - color contains mainly: blue. Hex color #731AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731AF0 is #8CE50F. Grayscale: #4C4C4C. Windows color (decimal): -9233680 or 15735411. OLE color: 15735411.

HSL color Cylindrical-coordinate representation of color #731AF0: hue angle of 264.95º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #731AF0 is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 26 240 -
CMYK 0.52 0.89 0 0.06
HSL 264.95º 0.88% 0.52% -
HSV(B) 264.95º 0.89% 0.94% -
XYZ 23.17 10.67 83.28 -
YUV 77.01 219.99 155.1 -
System Red Green Blue C M Y K H S L
Decimal 115 26 240 0.52 0.89 0 0.06 264.95 0.88 0.52
Hex 73 1A F0 34 59 0 6 109 58 34
Octal 163 32 360 64 131 0 6 411 130 64
Binary 1110011 11010 11110000 110100 1011001 0 110 100001001 1011000 110100

Color Harmonies of #731AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731AF0

Black with #731AF0

Text Example


Text Example

White with #731AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,26,240); }

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

background-color css

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

 a { background-color: rgb(115,26,240); }

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

border-color css

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

 span { border-color: rgb(115,26,240); }

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