Html Css Color HEX #731AF2 Electric Indigo

📋 copy color: '#731AF2'

red 115 ◦ green 26 ◦ blue 242

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

Shades of Electric Indigo #731AF2

Tints of Electric Indigo #731AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 63.19%

R = 30.03%
G = 6.79%
B = 63.19%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#731AF2 (or 0x731AF2) is known color: Electric Indigo. HEX triplet: 73, 1A and F2. RGB value is (115,26,242). Sum of RGB (Red+Green+Blue) = 115+26+242=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 242 (94.92% from 255 or 63.19% from 383); Max value from RGB is 242 - color contains mainly: blue. Hex color #731AF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731AF2 is #8CE50D. Grayscale: #4C4C4C. Windows color (decimal): -9233678 or 15866483. OLE color: 15866483.

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

Color convert

RGB 115 26 242 -
CMYK 0.52 0.89 0 0.05
HSL 264.72º 0.89% 0.53% -
HSV(B) 264.72º 0.89% 0.95% -
XYZ 23.47 10.79 84.85 -
YUV 77.24 220.99 154.94 -
System Red Green Blue C M Y K H S L
Decimal 115 26 242 0.52 0.89 0 0.05 264.72 0.89 0.53
Hex 73 1A F2 34 59 0 5 109 59 35
Octal 163 32 362 64 131 0 5 411 131 65
Binary 1110011 11010 11110010 110100 1011001 0 101 100001001 1011001 110101

Color Harmonies of #731AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731AF2

Black with #731AF2

Text Example


Text Example

White with #731AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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