Html Css Color HEX #731FFA Electric Indigo

📋 copy color: '#731FFA'

red 115 ◦ green 31 ◦ blue 250

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

Shades of Electric Indigo #731FFA

Tints of Electric Indigo #731FFA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.83%

 BLUE value IS 250 (98.05% from 255) = 63.13%

R = 29.04%
G = 7.83%
B = 63.13%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#731FFA (or 0x731FFA) is known color: Electric Indigo. HEX triplet: 73, 1F and FA. RGB value is (115,31,250). Sum of RGB (Red+Green+Blue) = 115+31+250=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 31 (12.5% from 255 or 7.83% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #731FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731FFA is #8CE005. Grayscale: #505050. Windows color (decimal): -9232390 or 16392051. OLE color: 16392051.

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

Color convert

RGB 115 31 250 -
CMYK 0.54 0.88 0 0.02
HSL 263.01º 0.96% 0.55% -
HSV(B) 263.01º 0.88% 0.98% -
XYZ 24.82 11.53 91.36 -
YUV 81.08 223.33 152.19 -
System Red Green Blue C M Y K H S L
Decimal 115 31 250 0.54 0.88 0 0.02 263.01 0.96 0.55
Hex 73 1F FA 36 58 0 2 107 60 37
Octal 163 37 372 66 130 0 2 407 140 67
Binary 1110011 11111 11111010 110110 1011000 0 10 100000111 1100000 110111

Color Harmonies of #731FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731FFA

Black with #731FFA

Text Example


Text Example

White with #731FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,31,250); }

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

background-color css

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

 a { background-color: rgb(115,31,250); }

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

border-color css

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

 span { border-color: rgb(115,31,250); }

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