Html Css Color HEX #731DF9 Electric Indigo

📋 copy color: '#731DF9'

red 115 ◦ green 29 ◦ blue 249

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

Shades of Electric Indigo #731DF9

Tints of Electric Indigo #731DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 63.36%

R = 29.26%
G = 7.38%
B = 63.36%

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

#731DF9 (or 0x731DF9) is known color: Electric Indigo. HEX triplet: 73, 1D and F9. RGB value is (115,29,249). Sum of RGB (Red+Green+Blue) = 115+29+249=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 29 (11.72% from 255 or 7.38% from 393); Blue value is 249 (97.66% from 255 or 63.36% from 393); Max value from RGB is 249 - color contains mainly: blue. Hex color #731DF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731DF9 is #8CE206. Grayscale: #4F4F4F. Windows color (decimal): -9232903 or 16326003. OLE color: 16326003.

HSL color Cylindrical-coordinate representation of color #731DF9: hue angle of 263.45º degrees, saturation: 0.95, 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 #731DF9 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 29 249 -
CMYK 0.54 0.88 0 0.02
HSL 263.45º 0.95% 0.55% -
HSV(B) 263.45º 0.88% 0.98% -
XYZ 24.61 11.36 90.52 -
YUV 79.79 223.49 153.11 -
System Red Green Blue C M Y K H S L
Decimal 115 29 249 0.54 0.88 0 0.02 263.45 0.95 0.55
Hex 73 1D F9 36 58 0 2 107 5F 37
Octal 163 35 371 66 130 0 2 407 137 67
Binary 1110011 11101 11111001 110110 1011000 0 10 100000111 1011111 110111

Color Harmonies of #731DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731DF9

Black with #731DF9

Text Example


Text Example

White with #731DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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