Html Css Color HEX #731EFB Electric Indigo

📋 copy color: '#731EFB'

red 115 ◦ green 30 ◦ blue 251

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

Shades of Electric Indigo #731EFB

Tints of Electric Indigo #731EFB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.58%

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

R = 29.04%
G = 7.58%
B = 63.38%

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

#731EFB (or 0x731EFB) is known color: Electric Indigo. HEX triplet: 73, 1E and FB. RGB value is (115,30,251). Sum of RGB (Red+Green+Blue) = 115+30+251=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 30 (12.11% from 255 or 7.58% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #731EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731EFB is #8CE104. Grayscale: #4F4F4F. Windows color (decimal): -9232645 or 16457331. OLE color: 16457331.

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

Color convert

RGB 115 30 251 -
CMYK 0.54 0.88 0 0.02
HSL 263.08º 0.97% 0.55% -
HSV(B) 263.08º 0.88% 0.98% -
XYZ 24.95 11.54 92.18 -
YUV 80.61 224.16 152.53 -
System Red Green Blue C M Y K H S L
Decimal 115 30 251 0.54 0.88 0 0.02 263.08 0.97 0.55
Hex 73 1E FB 36 58 0 2 107 61 37
Octal 163 36 373 66 130 0 2 407 141 67
Binary 1110011 11110 11111011 110110 1011000 0 10 100000111 1100001 110111

Color Harmonies of #731EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731EFB

Black with #731EFB

Text Example


Text Example

White with #731EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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