Html Css Color HEX #731AFD Electric Indigo

📋 copy color: '#731AFD'

red 115 ◦ green 26 ◦ blue 253

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

Shades of Electric Indigo #731AFD

Tints of Electric Indigo #731AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 64.21%

R = 29.19%
G = 6.6%
B = 64.21%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#731AFD (or 0x731AFD) is known color: Electric Indigo. HEX triplet: 73, 1A and FD. RGB value is (115,26,253). Sum of RGB (Red+Green+Blue) = 115+26+253=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 26 (10.55% from 255 or 6.60% from 394); Blue value is 253 (99.22% from 255 or 64.21% from 394); Max value from RGB is 253 - color contains mainly: blue. Hex color #731AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731AFD is #8CE502. Grayscale: #4D4D4D. Windows color (decimal): -9233667 or 16587379. OLE color: 16587379.

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

Color convert

RGB 115 26 253 -
CMYK 0.55 0.90 0 0.01
HSL 263.52º 0.98% 0.55% -
HSV(B) 263.52º 0.9% 0.99% -
XYZ 25.17 11.48 93.82 -
YUV 78.49 226.49 154.04 -
System Red Green Blue C M Y K H S L
Decimal 115 26 253 0.55 0.90 0 0.01 263.52 0.98 0.55
Hex 73 1A FD 37 5A 0 1 108 62 37
Octal 163 32 375 67 132 0 1 410 142 67
Binary 1110011 11010 11111101 110111 1011010 0 1 100001000 1100010 110111

Color Harmonies of #731AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731AFD

Black with #731AFD

Text Example


Text Example

White with #731AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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