Html Css Color HEX #731AFF Electric Indigo

📋 copy color: '#731AFF'

red 115 ◦ green 26 ◦ blue 255

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

Shades of Electric Indigo #731AFF

Tints of Electric Indigo #731AFF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.57%

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

R = 29.04%
G = 6.57%
B = 64.39%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#731AFF (or 0x731AFF) is known color: Electric Indigo. HEX triplet: 73, 1A and FF. RGB value is (115,26,255). Sum of RGB (Red+Green+Blue) = 115+26+255=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #731AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731AFF is #8CE500. Grayscale: #4D4D4D. Windows color (decimal): -9233665 or 16718451. OLE color: 16718451.

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

Color convert

RGB 115 26 255 -
CMYK 0.55 0.90 0 0
HSL 263.32º 1% 0.55% -
HSV(B) 263.32º 0.9% 1% -
XYZ 25.49 11.6 95.5 -
YUV 78.72 227.49 153.88 -
System Red Green Blue C M Y K H S L
Decimal 115 26 255 0.55 0.90 0 0 263.32 1 0.55
Hex 73 1A FF 37 5A 0 0 107 64 37
Octal 163 32 377 67 132 0 0 407 144 67
Binary 1110011 11010 11111111 110111 1011010 0 0 100000111 1100100 110111

Color Harmonies of #731AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731AFF

Black with #731AFF

Text Example


Text Example

White with #731AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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