Html Css Color HEX #731FFD Electric Indigo

📋 copy color: '#731FFD'

red 115 ◦ green 31 ◦ blue 253

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

Shades of Electric Indigo #731FFD

Tints of Electric Indigo #731FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.41%

R = 28.82%
G = 7.77%
B = 63.41%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#731FFD (or 0x731FFD) is known color: Electric Indigo. HEX triplet: 73, 1F and FD. RGB value is (115,31,253). Sum of RGB (Red+Green+Blue) = 115+31+253=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 31 (12.5% from 255 or 7.77% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #731FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731FFD is #8CE002. Grayscale: #505050. Windows color (decimal): -9232387 or 16588659. OLE color: 16588659.

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

Color convert

RGB 115 31 253 -
CMYK 0.55 0.88 0 0.01
HSL 262.7º 0.98% 0.56% -
HSV(B) 262.7º 0.88% 0.99% -
XYZ 25.29 11.72 93.86 -
YUV 81.42 224.83 151.95 -
System Red Green Blue C M Y K H S L
Decimal 115 31 253 0.55 0.88 0 0.01 262.7 0.98 0.56
Hex 73 1F FD 37 58 0 1 107 62 38
Octal 163 37 375 67 130 0 1 407 142 70
Binary 1110011 11111 11111101 110111 1011000 0 1 100000111 1100010 111000

Color Harmonies of #731FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731FFD

Black with #731FFD

Text Example


Text Example

White with #731FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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