Html Css Color HEX #731DFF Electric Indigo

📋 copy color: '#731DFF'

red 115 ◦ green 29 ◦ blue 255

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

Shades of Electric Indigo #731DFF

Tints of Electric Indigo #731DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.91%

R = 28.82%
G = 7.27%
B = 63.91%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#731DFF (or 0x731DFF) is known color: Electric Indigo. HEX triplet: 73, 1D and FF. RGB value is (115,29,255). Sum of RGB (Red+Green+Blue) = 115+29+255=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 29 (11.72% from 255 or 7.27% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #731DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731DFF is #8CE200. Grayscale: #4F4F4F. Windows color (decimal): -9232897 or 16719219. OLE color: 16719219.

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

Color convert

RGB 115 29 255 -
CMYK 0.55 0.89 0 0
HSL 262.83º 1% 0.56% -
HSV(B) 262.83º 0.89% 1% -
XYZ 25.56 11.74 95.53 -
YUV 80.48 226.49 152.62 -
System Red Green Blue C M Y K H S L
Decimal 115 29 255 0.55 0.89 0 0 262.83 1 0.56
Hex 73 1D FF 37 59 0 0 107 64 38
Octal 163 35 377 67 131 0 0 407 144 70
Binary 1110011 11101 11111111 110111 1011001 0 0 100000111 1100100 111000

Color Harmonies of #731DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731DFF

Black with #731DFF

Text Example


Text Example

White with #731DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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