Html Css Color HEX #731CFF Electric Indigo

📋 copy color: '#731CFF'

red 115 ◦ green 28 ◦ blue 255

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

Shades of Electric Indigo #731CFF

Tints of Electric Indigo #731CFF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.04%

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

R = 28.89%
G = 7.04%
B = 64.07%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#731CFF (or 0x731CFF) is known color: Electric Indigo. HEX triplet: 73, 1C and FF. RGB value is (115,28,255). Sum of RGB (Red+Green+Blue) = 115+28+255=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 28 (11.33% from 255 or 7.04% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #731CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731CFF is #8CE300. Grayscale: #4F4F4F. Windows color (decimal): -9233153 or 16718963. OLE color: 16718963.

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

Color convert

RGB 115 28 255 -
CMYK 0.55 0.89 0 0
HSL 263º 1% 0.55% -
HSV(B) 263º 0.89% 1% -
XYZ 25.54 11.7 95.52 -
YUV 79.89 226.82 153.04 -
System Red Green Blue C M Y K H S L
Decimal 115 28 255 0.55 0.89 0 0 263 1 0.55
Hex 73 1C FF 37 59 0 0 107 64 37
Octal 163 34 377 67 131 0 0 407 144 67
Binary 1110011 11100 11111111 110111 1011001 0 0 100000111 1100100 110111

Color Harmonies of #731CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731CFF

Black with #731CFF

Text Example


Text Example

White with #731CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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