Html Css Color HEX #731DFD Electric Indigo

📋 copy color: '#731DFD'

red 115 ◦ green 29 ◦ blue 253

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

Shades of Electric Indigo #731DFD

Tints of Electric Indigo #731DFD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.3%

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

R = 28.97%
G = 7.3%
B = 63.73%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#731DFD (or 0x731DFD) is known color: Electric Indigo. HEX triplet: 73, 1D and FD. RGB value is (115,29,253). Sum of RGB (Red+Green+Blue) = 115+29+253=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 29 (11.72% from 255 or 7.30% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #731DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731DFD is #8CE202. Grayscale: #4F4F4F. Windows color (decimal): -9232899 or 16588147. OLE color: 16588147.

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

Color convert

RGB 115 29 253 -
CMYK 0.55 0.89 0 0.01
HSL 263.04º 0.98% 0.55% -
HSV(B) 263.04º 0.89% 0.99% -
XYZ 25.24 11.62 93.84 -
YUV 80.25 225.49 152.79 -
System Red Green Blue C M Y K H S L
Decimal 115 29 253 0.55 0.89 0 0.01 263.04 0.98 0.55
Hex 73 1D FD 37 59 0 1 107 62 37
Octal 163 35 375 67 131 0 1 407 142 67
Binary 1110011 11101 11111101 110111 1011001 0 1 100000111 1100010 110111

Color Harmonies of #731DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731DFD

Black with #731DFD

Text Example


Text Example

White with #731DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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