Html Css Color HEX #731BFE Electric Indigo

📋 copy color: '#731BFE'

red 115 ◦ green 27 ◦ blue 254

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

Shades of Electric Indigo #731BFE

Tints of Electric Indigo #731BFE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.82%

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

R = 29.04%
G = 6.82%
B = 64.14%

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

#731BFE (or 0x731BFE) is known color: Electric Indigo. HEX triplet: 73, 1B and FE. RGB value is (115,27,254). Sum of RGB (Red+Green+Blue) = 115+27+254=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 27 (10.94% from 255 or 6.82% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #731BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731BFE is #8CE401. Grayscale: #4E4E4E. Windows color (decimal): -9233410 or 16653171. OLE color: 16653171.

HSL color Cylindrical-coordinate representation of color #731BFE: hue angle of 263.26º 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 #731BFE is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 115 27 254 -
CMYK 0.55 0.89 0 0.00
HSL 263.26º 0.99% 0.55% -
HSV(B) 263.26º 0.89% 1% -
XYZ 25.35 11.58 94.67 -
YUV 79.19 226.65 153.54 -
System Red Green Blue C M Y K H S L
Decimal 115 27 254 0.55 0.89 0 0.00 263.26 0.99 0.55
Hex 73 1B FE 37 59 0 0 107 63 37
Octal 163 33 376 67 131 0 0 407 143 67
Binary 1110011 11011 11111110 110111 1011001 0 0 100000111 1100011 110111

Color Harmonies of #731BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731BFE

Black with #731BFE

Text Example


Text Example

White with #731BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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