Html Css Color HEX #731AF3 Electric Indigo

📋 copy color: '#731AF3'

red 115 ◦ green 26 ◦ blue 243

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

Shades of Electric Indigo #731AF3

Tints of Electric Indigo #731AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 63.28%

R = 29.95%
G = 6.77%
B = 63.28%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#731AF3 (or 0x731AF3) is known color: Electric Indigo. HEX triplet: 73, 1A and F3. RGB value is (115,26,243). Sum of RGB (Red+Green+Blue) = 115+26+243=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 243 (95.31% from 255 or 63.28% from 384); Max value from RGB is 243 - color contains mainly: blue. Hex color #731AF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731AF3 is #8CE50C. Grayscale: #4C4C4C. Windows color (decimal): -9233677 or 15932019. OLE color: 15932019.

HSL color Cylindrical-coordinate representation of color #731AF3: hue angle of 264.61º degrees, saturation: 0.9, 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 #731AF3 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 115 26 243 -
CMYK 0.53 0.89 0 0.05
HSL 264.61º 0.9% 0.53% -
HSV(B) 264.61º 0.89% 0.95% -
XYZ 23.62 10.85 85.64 -
YUV 77.35 221.49 154.86 -
System Red Green Blue C M Y K H S L
Decimal 115 26 243 0.53 0.89 0 0.05 264.61 0.9 0.53
Hex 73 1A F3 35 59 0 5 109 5A 35
Octal 163 32 363 65 131 0 5 411 132 65
Binary 1110011 11010 11110011 110101 1011001 0 101 100001001 1011010 110101

Color Harmonies of #731AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731AF3

Black with #731AF3

Text Example


Text Example

White with #731AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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