Html Css Color HEX #731DFB Electric Indigo

📋 copy color: '#731DFB'

red 115 ◦ green 29 ◦ blue 251

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

Shades of Electric Indigo #731DFB

Tints of Electric Indigo #731DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 63.54%

R = 29.11%
G = 7.34%
B = 63.54%

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

#731DFB (or 0x731DFB) is known color: Electric Indigo. HEX triplet: 73, 1D and FB. RGB value is (115,29,251). Sum of RGB (Red+Green+Blue) = 115+29+251=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 29 (11.72% from 255 or 7.34% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #731DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731DFB is #8CE204. Grayscale: #4F4F4F. Windows color (decimal): -9232901 or 16457075. OLE color: 16457075.

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

Color convert

RGB 115 29 251 -
CMYK 0.54 0.88 0 0.02
HSL 263.24º 0.97% 0.55% -
HSV(B) 263.24º 0.88% 0.98% -
XYZ 24.92 11.49 92.17 -
YUV 80.02 224.49 152.95 -
System Red Green Blue C M Y K H S L
Decimal 115 29 251 0.54 0.88 0 0.02 263.24 0.97 0.55
Hex 73 1D FB 36 58 0 2 107 61 37
Octal 163 35 373 66 130 0 2 407 141 67
Binary 1110011 11101 11111011 110110 1011000 0 10 100000111 1100001 110111

Color Harmonies of #731DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731DFB

Black with #731DFB

Text Example


Text Example

White with #731DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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