Html Css Color HEX #731AFB Electric Indigo

📋 copy color: '#731AFB'

red 115 ◦ green 26 ◦ blue 251

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

Shades of Electric Indigo #731AFB

Tints of Electric Indigo #731AFB

RGB

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

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

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

R = 29.34%
G = 6.63%
B = 64.03%

CMYK

 C value IS 0.54

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#731AFB (or 0x731AFB) is known color: Electric Indigo. HEX triplet: 73, 1A and FB. RGB value is (115,26,251). Sum of RGB (Red+Green+Blue) = 115+26+251=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 26 (10.55% from 255 or 6.63% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #731AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731AFB is #8CE504. Grayscale: #4D4D4D. Windows color (decimal): -9233669 or 16456307. OLE color: 16456307.

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

Color convert

RGB 115 26 251 -
CMYK 0.54 0.90 0 0.02
HSL 263.73º 0.97% 0.54% -
HSV(B) 263.73º 0.9% 0.98% -
XYZ 24.85 11.35 92.15 -
YUV 78.26 225.49 154.2 -
System Red Green Blue C M Y K H S L
Decimal 115 26 251 0.54 0.90 0 0.02 263.73 0.97 0.54
Hex 73 1A FB 36 5A 0 2 108 61 36
Octal 163 32 373 66 132 0 2 410 141 66
Binary 1110011 11010 11111011 110110 1011010 0 10 100001000 1100001 110110

Color Harmonies of #731AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731AFB

Black with #731AFB

Text Example


Text Example

White with #731AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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