Html Css Color HEX #731DFE Electric Indigo

📋 copy color: '#731DFE'

red 115 ◦ green 29 ◦ blue 254

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

Shades of Electric Indigo #731DFE

Tints of Electric Indigo #731DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.82%

R = 28.89%
G = 7.29%
B = 63.82%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#731DFE (or 0x731DFE) is known color: Electric Indigo. HEX triplet: 73, 1D and FE. RGB value is (115,29,254). Sum of RGB (Red+Green+Blue) = 115+29+254=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #731DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731DFE is #8CE201. Grayscale: #4F4F4F. Windows color (decimal): -9232898 or 16653683. OLE color: 16653683.

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

Color convert

RGB 115 29 254 -
CMYK 0.55 0.89 0 0.00
HSL 262.93º 0.99% 0.55% -
HSV(B) 262.93º 0.89% 1% -
XYZ 25.4 11.68 94.68 -
YUV 80.36 225.99 152.7 -
System Red Green Blue C M Y K H S L
Decimal 115 29 254 0.55 0.89 0 0.00 262.93 0.99 0.55
Hex 73 1D FE 37 59 0 0 107 63 37
Octal 163 35 376 67 131 0 0 407 143 67
Binary 1110011 11101 11111110 110111 1011001 0 0 100000111 1100011 110111

Color Harmonies of #731DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731DFE

Black with #731DFE

Text Example


Text Example

White with #731DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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