Html Css Color HEX #731BFD Electric Indigo

📋 copy color: '#731BFD'

red 115 ◦ green 27 ◦ blue 253

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

Shades of Electric Indigo #731BFD

Tints of Electric Indigo #731BFD

RGB

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

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

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

R = 29.11%
G = 6.84%
B = 64.05%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#731BFD (or 0x731BFD) is known color: Electric Indigo. HEX triplet: 73, 1B and FD. RGB value is (115,27,253). Sum of RGB (Red+Green+Blue) = 115+27+253=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 27 (10.94% from 255 or 6.84% from 395); Blue value is 253 (99.22% from 255 or 64.05% from 395); Max value from RGB is 253 - color contains mainly: blue. Hex color #731BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731BFD is #8CE402. Grayscale: #4E4E4E. Windows color (decimal): -9233411 or 16587635. OLE color: 16587635.

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

Color convert

RGB 115 27 253 -
CMYK 0.55 0.89 0 0.01
HSL 263.36º 0.98% 0.55% -
HSV(B) 263.36º 0.89% 0.99% -
XYZ 25.19 11.52 93.82 -
YUV 79.08 226.15 153.62 -
System Red Green Blue C M Y K H S L
Decimal 115 27 253 0.55 0.89 0 0.01 263.36 0.98 0.55
Hex 73 1B FD 37 59 0 1 107 62 37
Octal 163 33 375 67 131 0 1 407 142 67
Binary 1110011 11011 11111101 110111 1011001 0 1 100000111 1100010 110111

Color Harmonies of #731BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731BFD

Black with #731BFD

Text Example


Text Example

White with #731BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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